Authorization: Bearer ********************
{ "status": "Inactive" }
curl --location -g --request PATCH '{{base_url}}pickup-point-status-change/3/' \ --header 'X-WebHook-Secret: r3WExcdfdfwe' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": "Inactive" }'
{ "count": 0, "next": null, "previous": null, "results": { "success": true, "data": [ "string" ] } }