{
"live_id": 0,
"is_used": 0,
"search": "string",
"current": 1,
"page_size": 10
}curl --location --request POST '/api/watchcode/list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"live_id": 0,
"is_used": 0,
"search": "string",
"current": 1,
"page_size": 10
}'{
"list": [
{
"id": 0,
"live_id": 0,
"userid": 0,
"code": "string",
"is_used": 0,
"binded_at": "string",
"expires_at": "string",
"expires_days": 0,
"is_forever": 0,
"created_at": "string",
"user": {
"userid": 0,
"phone": 0,
"nickname": "string",
"avatar": "string"
}
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}