Authorization: Bearer ********************
{
"deleted": [
1
]
}
curl --location -g --request POST '{{base_url}}area/restore-customer-zone/' \
--header 'Content-Type: application/json' \
--data-raw '{
"deleted": [
1
]
}'
{}