Authorization: Bearer ********************
{
"zone_id": [
],
"suburb_id": [
]
}
curl --location -g --request PATCH '{{base_url}}return-driver-report/driver-delivery-report/?start_date=10-09-2024&end_date=30-09-2024&status=Delivered' \
--header 'Content-Type: application/json' \
--data-raw '{
"zone_id": [
],
"suburb_id": [
]
}'
{}