Adding group using API with Python

Good Morning:

I am implementing an API using Python requests. I have been able to get information returned.

The following data will not work. Any ideas?
json_data=‘{“query”: “mutation {create_group (board_id: 86211589XX, group_name: “api_test”) {id}}”}’