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