cURL
curl --request POST \ --url https://api.runcomfy.net/prod/v1/deployments/{deployment_id}/inference \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "overrides": {} }'