curl --location --request POST '/auth/use_recovery_code?otp_session_state&recovery_code'
{
"status": 200,
"status_text": "OK",
"username": "john_doe",
"token": "string",
"sign_in_count": 10,
"role": "User",
"timezone": "UTC",
"verified": true,
"provider": "email",
"organization": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"name": "Example Organization"
}
}