cURL
curl --request POST \ --url https://universal.rollout.com/api/auth/otp/{otpChallengeId} \ --header 'Content-Type: application/json' \ --data ' { "otp": "<string>" } '
{ "ok": true, "credential": { "id": "<string>" } }
OK
Show child attributes