Adding user_id to OAuth 2.0 Authorization Client Credentials request body
I'm working with an API that is requiring user_id be passed in the body of the authorization (token) request. I cant figure out how to configure the user id value in the authorization settings. Wi...