Authorization: Bearer ********************
{}
curl --location -g --request PATCH '{{base_url}}assign-package-to-pickup-driver/update/' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"count": 0,
"next": null,
"previous": null,
"results": {
"success": true,
"data": [
null
]
}
}