{
"current": 1,
"page_size": 10,
"live_id": 0,
"question_id": 0
}curl --location --request POST '/api/qa/answer-list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"page_size": 10,
"live_id": 0,
"question_id": 0
}'{
"list": [
{
"id": 0,
"content": "string",
"type": 0,
"user_id": 0,
"user": {
"nickname": "string",
"avatar": "string"
},
"created_at": "string"
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}