I am using VCloud API version 37.1, and I'm trying to send a query to the sessions endpoint in Postman:
POST https://my.vcloud.com/cloudapi/1.0.0/sessions/provider
In the Header, I have Authorization="Bearer <token>"
But the POST fails with the following:
{
"minorErrorCode": "VCD_50086",
"message": "Invalid authorization header",
"stackTrace": null
}
Not sure what I'm doing wrong. Any help is appreciated.