{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/arvealab.test"
        }
    ],
    "info": {
        "name": "Laravel",
        "_postman_id": "35a49a5d-17cb-4416-a6fe-bb743dcf817d",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "v1\/getLanguage",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/getLanguage",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/getLanguage"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "55"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"name\":\"Fran\\u00e7ais\",\"abbreviation\":\"fr\",\"flag\":\"\",\"alt_flag\":null},{\"name\":\"English\",\"abbreviation\":\"en\",\"flag\":\"\",\"alt_flag\":null}]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "v1\/getCountries",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/getCountries",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/getCountries"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "54"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"name\":{\"fr\":\"Algerie\"},\"flag\":\"uploads\\\/country\\\/3c1f477b445b0186d5c3a650ecd8954f.jpg\",\"alt_flag\":{\"fr\":\"vv\"},\"domain\":\"dz\"},{\"name\":{\"fr\":\"Tunisie\"},\"flag\":\"uploads\\\/country\\\/e8f985b04ad119d3988e5ffe9bbe04b7.jpg\",\"alt_flag\":{\"fr\":\"test\"},\"domain\":\"tn\"}]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "v1\/getDefaultLanguageOfCountries",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/getDefaultLanguageOfCountries",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/getDefaultLanguageOfCountries"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "domain",
                                "value": "tn"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "53"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"abbreviation\":\"fr\"}]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "v1\/getProductsByCountry",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/getProductsByCountry",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/getProductsByCountry"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "domain",
                                "value": "tn"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "52"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"name\":\"{\\\"fr\\\":\\\"test\\\"}\",\"price\":\"100.200\",\"ac\":\"60.500\",\"image\":\"uploads\\\/products\\\/b9f05f92592e4bad49a88b9626fc7b91.jpg\",\"alt\":\"{\\\"fr\\\":\\\"zz\\\"}\"}]",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}