Authorization: ********************
{ "id": 0 }
curl --location 'localhost:7009/storageLocation/deleteStorageLocation' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": 0 }'
{}