token: ********************
{
"cookies": {
"property1": "string",
"property2": "string"
},
"aid": 0,
"bvid": "string"
}
curl --location --request POST 'http://api.nonebot.top/api/v1/bilibili/action_video_triple?token' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookies": {
"property1": "string",
"property2": "string"
},
"aid": 0,
"bvid": "string"
}'
null