post https://{base_url}//oauth/token
Use this endpoint to authenticate your client using OAuth 2.0 Client Credentials flow.
Provide your client_id and client_secret in the request body to obtain an access token. The token will be required in the Authorization header (Bearer ) for all subsequent API requests.
