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