POST /v1/auth/otp/verify it cannot be reused.curl --location --request POST 'https://connect.litehost.io/v1/auth/otp/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "you@example.com"
}'{
"status": "success",
"message": "Verification code sent. Check your email."
}