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