client_credentials authentication via python

I am receiving an error when trying to authenticate via python code.  This will work when testing in PostMan. 

Error Msg:

"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed."

I am putting the required criteria for client_credential authentication, and I am including it in the body of the request.  What parameter am I missing?  Is there a python example available for reference?