Facilitates the acquisition of an OAuth2 access token. It requires either a basic authorization header or a client_id provided in the request body.
OK
Bad Request
{- "access_token": "string",
- "token_type": "string",
- "expires_in": 0,
- "refresh_token": "string",
- "user_id": "string"
}