{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "socialmediavalue.io"
        }
    ],
    "info": {
        "name": "API Social Media Value Calculator",
        "_postman_id": "8d9f2289-cdcd-458a-a71f-addffbff1dfb",
        "description": "This is the API for the Social Media Value Calculator ",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "POST \/facebook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "facebook",
                            "query": [],
                            "raw": "{{baseUrl}}\/facebook"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"impressions\":50,\"reactions\":15,\"comments\":13,\"shares\":9,\"currency\":\"USD\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"result\": 1,\n \"currency\": \"USD\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/instagram",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "instagram",
                            "query": [],
                            "raw": "{{baseUrl}}\/instagram"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"impressions\":50,\"likes\":13,\"comments\":14,\"saved\":15,\"currency\":\"USD\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"result\" : 1,\n\"currency\": \"USD\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/twitter",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "twitter",
                            "query": [],
                            "raw": "{{baseUrl}}\/twitter"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"impressions\":50,\"likes\":15,\"comments\":9,\"retweets\":3,\"currency\":\"USD\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"result\" : 1,\n\"currency\": \"USD\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/youtube",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "youtube",
                            "query": [],
                            "raw": "{{baseUrl}}\/youtube"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"views\":50,\"likes\":14,\"comments\":11,\"shares\":1,\"currency\":\"USD\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"result\" : 1,\n\"currency\": \"USD\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Post \/linkedin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "linkedin",
                            "query": [],
                            "raw": "{{baseUrl}}\/linkedin"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"impressions\":50,\"likes\":8,\"comments\":14,\"shares\":11,\"currency\":\"USD\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"result\" : 1,\n\"currency\": \"USD\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/tiktok",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "tiktok",
                            "query": [],
                            "raw": "{{baseUrl}}\/tiktok"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"views\":50,\"likes\":6,\"comments\":15,\"shares\":14,\"currency\":\"USD\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"result\" : 1,\n\"currency\": \"USD\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}