Authorization: Bearer ********************{
"zone_id": [
20
],
"suburb_id": [
14360
],
"postcode_name": [
],
"reasons": [
]
}curl --location -g --request PATCH '{{base_url}}return-delivery-report/delivery-failed-report/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"zone_id": [
20
],
"suburb_id": [
14360
],
"postcode_name": [
],
"reasons": [
]
}'{}