curl --location --request PATCH '/store/warehouses/default' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0 }'
{ "message": "warehouse has been saved." }
Authorization: Bearer ********************