Unable to generate oauth access token
I am working on performance testing of an API to mute/unmute notifications in PDC Application. I have provided appropriate endpoints and parameters required to generate the access token but still getting the below error,
{"errors":[{"ID":"invalid_request","message":"The request is missing a required parameter."}]}
Please help