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