Authorization: Bearer ********************{
"postcode_name": ["2000"]
}
curl --location --globoff --request PATCH '{{base_url}}pincode/pincode-by-suburb-filter/?suburb_id=574' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"postcode_name": ["2000"]
}'{}