Authorization: Bearer ********************curl --location --request DELETE '/business/4739' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp": "22356"
}'{
"success": true,
"message": "Business deleted successfully",
"data": {}
}