{"name":"AuthFlow ExpressJS Proxy","routes":{"authProxy":"/auth/*","twoFaProxy":"/auth/2fa/*","health":"/health"},"examples":["GET /auth/fooBar?identity=user@example.com&role=user","POST /auth/signUp with JSON {\"foobar\":\"<token>\",\"email\":\"user@example.com\",\"password\":\"<pw>\",\"fullname\":\"User Name\",\"role\":\"user\",\"disclaimed\":\"true\"}","POST /auth/login with JSON {\"foobar\":\"<token>\",\"email\":\"user@example.com\",\"password\":\"<pw>\",\"role\":\"user\"}","POST /auth/forgot-password with JSON {\"email\":\"user@example.com\",\"role\":\"user\"}","POST /auth/reset-password with JSON {\"token\":\"<reset_token>\",\"newPassword\":\"<new_pw>\"}","POST /auth/2fa/enable with JSON {\"sessionToken\":\"<token>\",\"email\":\"user@example.com\",\"org_id\":\"<org_id>\",\"role\":\"user\"}"],"note":"AUTHFLOW_API_KEY is auto-injected for endpoints that require api_key when omitted."}