{
"live_id": 0,
"current": 1,
"page_size": 10
}curl --location --request POST '/api/pop_up/list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"live_id": 0,
"current": 1,
"page_size": 10
}'{
"list": [
{
"id": 0,
"title": "string",
"count_down": 0,
"url": "string",
"image": "string",
"type": 0
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}