X-Token: ********************
{}
curl --location -g --request POST '{{base_url}}pickup-package-by-webhook/' \
--header 'X-Webhook-Secret;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"count": 0,
"next": null,
"previous": null,
"results": {
"success": true,
"data": [
"string"
]
}
}