Complete login by verifying TOTP code during multi-factor authentication. Requires the MFA ticket from initial login attempt.
curl --request POST \
--url https://api.fluxer.app/v1/auth/login/mfa/totp \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>",
"ticket": "<string>"
}
'{
"token": "<string>",
"user_id": "<string>"
}curl --request POST \
--url https://api.fluxer.app/v1/auth/login/mfa/totp \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>",
"ticket": "<string>"
}
'{
"token": "<string>",
"user_id": "<string>"
}