{
"id": 0,
"current": 1,
"page_size": 10
}curl --location --request POST '/api/live/pay_view_list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"current": 1,
"page_size": 10
}'{
"list": [
{
"userid": 0,
"paid": "string",
"created_at": "string",
"user": {
"userid": 0,
"nickname": "string"
}
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}