curl --location --request POST 'https://api.gauas.com/api/v2/account/mfa/totp/verify' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp_code": "529738",
"device_id" : ""
}'{}