curl --location --request POST 'https://staging-express.delhivery.com/api/p/update' \
--header 'Authorization: Token 8835d333a7173755b3e4420904c86b4e8c2c6bd4' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"waybill": "3278213",
"act": "EDIT_DETAILS",
"action_data": {
"name": "name1",
"add": "add1",
"phone": "2132341412"
}
},
{
"waybill": "278382",
"act": "RE-ATTEMPT"
},
{
"waybill": "27838222",
"act": "DEFER_DLV",
"action_data":{
"deferred_date":"YYYY-MM-DD"
}
}
]
}'