On my local dev I have
- FusionAuth version [1.38.0] (in a docker container),
- Reactor enabled,
- Email MFA enabled for a tenant, and
- a user configured with MFA
When I call the following endpoint for that user
GET {{fusionAuth}}/api/two-factor/status?userId={{fusionUserId}}
Authorization: {{API_KEY}}
I get
I'm not sure where to look next.