username:password
Authorization: Basic *****************
{
"deleted": [
1
]
}
curl --location --request POST '/suburb/restore-suburb/' \
--header 'Content-Type: application/json' \
--data-raw '{
"deleted": [
1
]
}'
{}