https://api.frontegg.com/identity/
https://api.us.frontegg.com/identity/
https://api.ca.frontegg.com/identity/
https://api.au.frontegg.com/identity/
https://{domain}.frontegg.com/identity/
https://api.frontegg.com/identity/resources/auth/v1/user/mfa/recover
https://api.us.frontegg.com/identity/resources/auth/v1/user/mfa/recover
https://api.ca.frontegg.com/identity/resources/auth/v1/user/mfa/recover
https://api.au.frontegg.com/identity/resources/auth/v1/user/mfa/recover
https://app-xxxx.frontegg.com/identity/resources/auth/v1/user/mfa/recover
curl -i -X POST \
https://api.frontegg.com/identity/resources/auth/v1/user/mfa/recover \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"recoveryCode": "string",
"email": "string"
}'