curl --location --request POST 'https://api.routestripe.com/warehouse/store' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": null,
"title": "Warehouse name â„–1",
"address": "",
"lat": 50.043529,
"lng": 30.516586,
"company_id": 85,
"country_code": "ua",
"status": 1
}'{
"status": "success",
"data": {
"item": {
"id": 0,
"updated_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
}
}