Authorization: Bearer ********************
{
"deleted": [
1,2
]
}
curl --location -g --request POST '{{base_url}}pickup-point/restore-pickup-point/' \
--header 'Content-Type: application/json' \
--data-raw '{
"deleted": [
1,2
]
}'
{
"count": 0,
"next": null,
"previous": null,
"results": {
"success": true,
"data": [
{
"id": 0,
"person_name": "string",
"email": "string",
"phone": "string",
"address": "string",
"additional_detail": "string",
"suburb": "string",
"state": "string",
"pincode": "string"
}
]
}
}