Authorization: Bearer ********************{
"zone": "Zone 4",
"country": 1,
"state": 3
}curl --location -g --request POST '{{base_url}}customer-zone/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"zone": "Zone 4",
"country": 1,
"state": 3
}'{}