Authorization: Bearer ********************
{
"uid": "",
"tid":"0",
"keyword":"",
"order":"pubdate",
"page":"1",
"proxy": ""
}
curl --location --request POST 'https://api.moreapi.cn/api/bilibili/user_videos' \
--header 'Cookie;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "",
"tid":"0",
"keyword":"",
"order":"pubdate",
"page":"1",
"proxy": ""
}'
{}