Authorization: Bearer ********************
{
"bvid": "",
"avid": "",
"cid": "",
"proxy": ""
}
curl --location --request POST 'https://api.moreapi.cn/api/bilibili/video_download' \
--header 'Cookie;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bvid": "",
"avid": "",
"cid": "",
"proxy": ""
}'
{}