curl --location -g --request POST '{{ecommercev2_url}}/zones/' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"name": "string",
"isActive": true,
"code": "string",
"countryIds": [
"string"
],
"cityIds": [
"string"
],
"areaIds": [
"string"
],
"polygons": [
{
"points": [
{
"longitude": 0,
"latitude": 0
}
]
}
]
}'
{}
x-access-token: ********************