ContributionsMost RecentMost LikesSolutionsObserved missing_grant_type error in API response , when application/x-www-form-urlencoded used Hi, I want to send a request body to a API method which contains , 1. client_id :4875dnfdg67586 2. client_secret :3754gfgf 3.grant_type:client_credentials I have kept media type as "application/x-www-form-urlencoded" and enabled the "Post Query String". Observed error as missing grant type. Please refer attached SS.