{
"current": 1,
"page_size": 10,
"live_id": 0
}curl --location --request POST '/api/live_trans/list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"page_size": 10,
"live_id": 0
}'{
"limit": 0,
"list": [
{
"id": 0,
"live_id": 0,
"name": "string",
"push_url": "string",
"push_code": "string",
"status": 0,
"callback_type": 0
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}