get https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id//mfa/mfa-code/
Validates a multi-factor authentication code.
Response
Validates a multi-factor authentication code.
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id/accountId/mfa/mfa-code/code \
--header 'accept: application/json'
xxxxxxxxxx
{
"msg": "validated"
}