curl --location --request POST 'http://prod-cn.your-api-server.com/api/ai-mcp-servers/aa037fc7-010b-45ae-a4eb-517f4bf99136/check-connection' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"icon": "string",
"timeout": 0,
"type": "string",
"args": {
"url": "string"
},
"isActive": true,
"isShow": true,
"providerName": "string",
"providerUrl": "string",
"sortOrder": 0,
"createdAt": "string",
"updatedAt": "string",
"userId": "string"
}
],
"timestamp": 0
}