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