Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Add parameter in cookie access_token
Example:access_token: ********************
or
Body Params application/json
{
"name": "liyah Warehouse",
"type": "warehouse"
}
Request Code Samples
curl --location --request POST 'https://mock.apidog.com/m1/1052146-0-default/outlets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "liyah Warehouse",
"type": "warehouse"
}'
Responses
application/json {
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": null,
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}
Modified at 2025-09-27 18:58:46