curl --location '/api/v1/tool-connections' \
--header 'Content-Type: application/json' \
--data '{
"name": "Fluxos n8n",
"config": {
"serverUrl": "https://mcp.example.com",
"endpointPath": "/mcp",
"auth": {
"type": "bearer"
}
},
"credential": "string"
}'{}