curl --location '/public-api/v1/pluginItem/toolsList' \
--header 'Authorization: Bearer 593c8a84a01746ed96abfb26c15d2103' \
--header 'Content-Type: application/json' \
--data '{
"pluginId": 0,
"botId": 0
}'{
"errorCode": 0,
"message": "",
"data": [
{
"id": 0,
"pluginId": 0,
"name": "",
"description": "",
"basePath": "",
"created": "",
"status": 0,
"inputData": "",
"outputData": "",
"requestMethod": "",
"serviceStatus": 0,
"debugStatus": 0,
"englishName": "",
"joinBot": false
}
]
}