{
"conversation_id": "string",
"begin_time": 0,
"end_time": 0
}curl --location --request POST 'https://open.yunxinapi.com/ai/summaries/v1/conversation_summary' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"conversation_id": "string",
"begin_time": 0,
"end_time": 0
}'{
"code": 0,
"msg": "string",
"data": {}
}