This endpoint authenticates the client using their credentials and returns a bearer token.
The token should be included in the Authorization header of subsequent requests.Usage:
1.
Call this endpoint with your username and secret
2.
Store the returned access_token
3.
Include the token in subsequent requests: Authorization: Bearer {access_token}
4.
When the token expires (based on expires_in), obtain a new one