Note that
https://developer.ebay.com/api-docs/static/oauth-client-credentials-grant.html
says nothing about query string, both params are shown in payload.I have
tested grant_type and scope in both query string and request body,
grant_type works in b...