curl --location 'http://localhost:8085/api/message/voice' \
--form 'receiver=""' \
--form 'voice=@""' \
--form 'voice_url=""' \
--form 'duration=""' \
--form 'format=""'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"cancel_flag": 0,
"client_id": "string",
"create_time": 0,
"duration": 0,
"end_flag": 0,
"id": 0,
"new_id": 0,
"offset": 0,
"receiver": "string",
"sender": "string",
"size": 0
},
"message": "string"
}