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