Authorization: Bearer ********************
{
"plugin_author": "langbot-team",
"plugin_name": "GoogleSearch",
"plugin_version": "0.1.0"
}
curl --location --request POST '/api/v1/plugins/install/marketplace' \
--header 'Content-Type: application/json' \
--data-raw '{
"plugin_author": "langbot-team",
"plugin_name": "GoogleSearch",
"plugin_version": "0.1.0"
}'
{"code":0,"data":{"task_id":7},"msg":"ok"}