Authorization: Bearer ********************{
"llmArguments": {},
"toolContext": {}
}curl --location --request POST '/tenant//http_plugin//tool/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"llmArguments": {},
"toolContext": {}
}'{
"errorInfo": {
"bindingErrors": [
{
"msg": "string",
"name": "string"
}
],
"errorCode": "string",
"errorMsg": "string",
"succeeded": true
},
"request": {
"body": null,
"headers": {
"property1": "string",
"property2": "string"
},
"method": "string",
"url": "string"
},
"response": {
"body": null,
"headers": {
"property1": "string",
"property2": "string"
},
"statusCode": 0
},
"result": null
}