Authorization: Bearer ********************curl --location --request DELETE 'https://dev-api.idukki.io/admin/business/delete-user' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email":"test11aa1@gmaik.com"
}'{}