{
"keyword": "罗永浩",
"search_type":"VIDEO",
"order_type":"TOTALRANK",
"order_sort":"0",
"time_range":-1,
"time_start":null,
"time_end":null,
"page":"1"
}
curl --location --request POST 'https://api.getoneapi.com/api/bilibili/search' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "罗永浩",
"search_type":"VIDEO",
"order_type":"TOTALRANK",
"order_sort":"0",
"time_range":-1,
"time_start":null,
"time_end":null,
"page":"1"
}'
{
"code": 200,
"message": "success",
"data": {}
}