curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/locations/location-outlet-filter-all'{
"success": true,
"code": "string",
"message": "string",
"data": {
"locations": [
{
"id": "string",
"name": "string",
"outletTypes": [
{
"id": "string",
"name": "string"
}
]
}
]
},
"meta": {
"timestamp": "string",
"path": "string"
}
}