Modules\System\Http\Controllers\Admin\Integration\Ai\AiMcpController::callAuthorization: Bearer ********************{
"name": "string",
"arguments": [
"string"
]
}curl --location '/adminapi/system/ai/mcp/call' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"arguments": [
"string"
]
}'{
"code": 200,
"message": "",
"data": null
}