curl -L \
--request POST \
--url 'https://api.zydon.com.br/api/sales/warehouses' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"name": "text",
"address_type": "text",
"street": "text",
"number": "text",
"complement": "text",
"neighborhood": "text",
"city": "text",
"state": "text",
"country": "text",
"active": true,
"postal_code": "text"
}'