{
"bvid": "BV18r4y1A7Uv"
}
curl --location --request POST 'https://api.getoneapi.com/api/bilibili/fetch_video_detail' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"bvid": "BV18r4y1A7Uv"
}'
{
"code": 200,
"message": "success",
"data": {}
}