Hi
I'm trying to connect salesforce marketing cloud to get token through alteryx using download tool . but getting following error " Error transferring data: Couldn't connect to server" .
POST https://YOUR_SUBDOMAIN.auth.marketingcloudapis.com/v1/requestToken
Content-Type: application/json
{
"clientId": "YOUR_CLIENT_ID",
"clientSecret": "YOUR_CLIENT_SECRET"
}
200 OK
{
"accessToken": "YOUR_ACCESS_TOKEN"
"expiresIn": 3600
}

can any one help me in this