Get access_token by client_credentials flow
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Form for requesting access token using client_credentials