curl --location --request POST '/stores/' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Legacy Store",
"description": "Old location now closed.",
"address": "789 Old Market Road",
"country": "USA",
"city": "Detroit",
"active": false
}'
{}