{}
curl --location '/api/plugin/1/videos/create/' \ --header 'Content-Type: application/json' \ --data '{}'
{ "code": 10000, "message": "视频添加成功", "data": { "id": 1, "video_url": "https://www.bilibili.com/video/BV1xxxx", "title": "安装配置教程", "is_external": true, "sort_order": 1 } }