curl --location --request POST '/auth/otp/request' \
--header 'accept-language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"language": "tr"
}'{
"isSuccess": true,
"statusCode": 200,
"data": {
"message": "Verification code has been sent to your email address",
"email": "user@example.com"
},
"errors": [
"Error messages..."
],
"timestamp": "2026-02-14T09:58:22.016Z"
}