curl --location -g --request POST '{{ecommercev2_url}}/zones/containing-location' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"locationType": "AREA",
"locationName": "string"
}'
{}
x-access-token: ********************