curl --location --request PATCH '/auth/challenge' \
--header 'Content-Type: application/json' \
--data '{
"factorName": "string",
"credential": "string",
"challengeId": "string"
}'{
"challengeId": "4a289b70-1653-488f-9a1b-3652c71aef42",
"minimumSteps": 2,
"methodsTracker": {
"password": {
"status": "PENDING"
},
"google": {
"status": "SUCCESS"
},
"sms": {
"status": "TIMEOUT"
}
}
}