Authorization: Bearer ********************
curl --location --request POST '/api/v1/plugins/install/local' \
--form 'file=@"/Users/qinjunyan/code/python/langbot-plugin-sdk/debug/Nahida/dist/plugin.zip"'
{
"code": 0,
"data": {
"file_id": "xxxxxxx"
}
}