Authorization: Bearer ********************
curl --location --request POST '/email-otp/send-verification-otp' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "string", "type": "string" }'
{ "success": true }