Authorization: Bearer ********************curl --location --request POST 'https://api.socialidnow.com/v1/authenticators/challenge' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"authenticator_types": [
"email_otp"
],
"authenticator_id": "ef0166ea-07d7-4d4f-9330-a1b148bea533"
}'{
"authenticator_id": "ef0166ea-07d7-4d4f-9330-a1b148bea533",
"authenticator_type": "email_otp",
"expires_in": 296
}