Hello,
I am trying to start exploring SCIM API.
I am following instructions for BASIC Authentication
https://help.anaplan.com/use-basic-authentication-3a4a2905-3d55-4199-a980-d1a89ffdcb7e
I am using insomnia to send POST request
https://auth.anaplan.com/token/authenticate/<user:password>
but I get following reply back
{
"status": "FAILURE_BAD_HEADER",
"statusMessage": "Missing authorization header. Verify the header."
}
Any idea what I am missing,