Authorization: Bearer ********************
{
"zone_ids": [
1
]
}
curl --location -g --request PATCH '{{base_url}}zone/zone-by-pincode-filter/?state_id=3' \
--header 'Content-Type: application/json' \
--data-raw '{
"zone_ids": [
1
]
}'
{}