Hi,
I'm following the Anaplan API and trying to create an authentication token. I'm using the command with my username and password included:
curl -X POST --user YourUser.@anaplan.com:YourPassword https://auth.anaplan.com/token/authenticate
However, when I run it I get an error message FAILURE_BAD_CREDENTIAL. I'm using the correct credentials though. Not sure how to resolve this issue. Password has no special characters in it and I'm not using SSO to login.