Authorization: Bearer ********************
{
"deleted": [3]
}
curl --location -g --request POST '{{base_url}}package-type/restore-package-type/' \
--header 'Content-Type: application/json' \
--data-raw '{
"deleted": [3]
}'
{
"count": 0,
"next": null,
"previous": null,
"results": {
"success": true,
"data": [
{
"id": 0,
"package_type": "string"
}
]
}
}