curl --location -g --request POST '{{host_user}}/users/send-otp' \ --header 'x-client: {{client}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "9b2b5b150a@emaily.pro" }'
{}