{
"mfaToken": "string",
"code": "string"
}curl --location --request POST 'https://mock.apidog.com/m1/1052146-0-default/auth/mfa/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"mfaToken": "string",
"code": "string"
}'{
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": {
"tokenType": "Bearer",
"accessToken": "string",
"expiresIn": 900,
"refreshToken": "string"
},
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}