curl --location --request POST 'http://creator.moreapi.cn/api/bilibili/create_vod' \
--form 'cookie=""' \
--form 'title="这个真不错呀"' \
--form 'cover=@""' \
--form 'video=@""' \
--form 'tid=""' \
--form 'desc="呵呵呵"' \
--form 'tags="可爱"' \
--form 'tags="萌宝"' \
--form 'topic_id=""' \
--form 'mission_id=""' \
--form 'original=""' \
--form 'source=""' \
--form 'no_reprint=""' \
--form 'open_elec=""' \
--form 'delay_time=""'
{
"code": 0,
"path": "string",
"time": "string",
"msg": "string",
"proxy": null,
"data": {
"aid": 0,
"bvid": "string"
}
}