Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/auth/two-factor/verify-totp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"trustDevice": true
}'{
"status": true
}