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