curl --location 'https://api.gauas.com/api/v2/account/mfa/totp/enable' \ --header 'Authorization: Bearer {{ACCESS-TOKEN}}' \ --header 'Content-Type: application/json' \ --data '{ "otp_code": "" }'
{ "error": "string", "status": 0 }