curl --location 'http://localhost:8085/api/message/download/voice' \
--header 'Content-Type: application/json' \
--data '{
"buffer_id": 98765432,
"chatroom_id": "",
"id": 12345678,
"length": 4096,
"new_id": 12345678
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"cancel_flag": 0,
"client_id": "string",
"data": {
"data": [
0
],
"size": 0
},
"duration": 0,
"end_flag": 0,
"id": 0,
"new_id": 0,
"offset": 0,
"size": 0
},
"message": "string"
}