Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/auth/two-factor/verify-backup-code' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"disableSession": true,
"trustDevice": true
}'{
"user": {
"id": "string",
"email": "user@example.com",
"emailVerified": true,
"name": "string",
"image": "http://example.com",
"twoFactorEnabled": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"session": {
"token": "string",
"userId": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z"
}
}