curl --request PUT \
--url https://api.seminode.com/v1/connections/graph/config/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "<string>",
"client_secret": "<string>",
"enabled": true,
"monitored_inbox": "<string>",
"tenant_id": "<string>"
}'