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