Generating access token
Hi All,I am using REST API, using client id and client secret i can get the access token using POST requestcurl -d "grant_type=password&client_id=xxxxx&client_secret=xxxxx&username=admin&password=xxxxx##" https://devxxxx.service-now.com/oauth_token.d...