cURL
curl --request POST \ --url https://api.example.com/authentication/start-otp \ --header 'Content-Type: application/json' \ --data ' { "phoneNumber": "<string>" } '
The request containing the phone number to send the OTP to.
OTP sent successfully. Returns the request ID for verification.