Authorization: Bearer ********************{
"keyword": "红",
"current": 1,
"size": 10
}curl --location --request POST 'https://venuehelper.api.voc2018.com/series/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "红",
"current": 1,
"size": 10
}'{
"statusCode": 200,
"message": "操作成功",
"data": [
{
"id": "2",
"name": "红色访谈",
"hue": 115,
"beginDate": "2024-03-10T01:00:00+00:00",
"endDate": "2024-03-10T03:30:00+00:00",
"count": 1
}
]
}