Rest API - Authentication and Authorization
Given this token request snippet, what is the expected response field containing the access token?
POST /oauth2/token HTTP/1.1 Host: api.example.com Content-Type: application/x-www-form-urlencoded grant_type=client_credentials&client_id=abc123&client_secret=secret456
