Completes two-factor authentication (2FA) activation by sending the verification code.
The alphanumeric authentication code received.
curl -L \ --request POST \ --url 'https://api.exchange.com/activate2fa' \ --header 'APIKey: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "Code": "text" }'
{ "Activated": true, "Error": "text" }