Authorization: Bearer ********************{
"zone_ids": [
1
]
}curl --location --globoff --request GET '{{base_url}}area/customer-zone-by-state/?state_name=2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"zone_ids": [
1
]
}'{}