I am working through the curl on the command line to try to access the API key for my account of ActiveCollab. I confused at how I might be doing that, because I have tried:
curl -XPOST -d 'email=user@example.com"&"password=******' https://activecollab.com/api/v1/external/login
This runs but doesn't return with any output, I wonder what I am supposed to do since I was trying to follow the procedure from the solution of this StackOverflow question: Active Collab v5 issue-token API call returns “invalid password” even though password is valid