{
"pluginVersionsId": "1554f095-d0a6-4b0d-973e-514f5c31344a",
"title": "应用1描述",
"content":"API_INTERFACE_DESIGN",
"score": 4.5
}
curl --location --request POST 'http://172.20.238.8:48806/ai-portal/plugin-evaluation/add?appId=062b852b-e9ea-46a5-b578-95699e4b5b3d&score=3.5' \
--header 'Authorization: debug userId=19645' \
--header 'tenantId: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"pluginVersionsId": "1554f095-d0a6-4b0d-973e-514f5c31344a",
"title": "应用1描述",
"content":"API_INTERFACE_DESIGN",
"score": 4.5
}'
{}