curl --location '/Msg/Quote' \
--header 'X-Access-Token: access_token_from_admin' \
--header 'X-Cloud-Access-Token: zk_live_rNWCXi4WlPx-sKC0cl5xRO33O5Ad8NuEK4sL9gA11Sw' \
--header 'Content-Type: application/json' \
--data '{
"content": "string",
"reply_context": {
"svr_id": "string",
"new_msg_id": "string",
"msg_id": 0,
"msg_type": 0,
"sequence": 0,
"to_wxid": "string",
"conversation_id": "string",
"from_user_id": "string",
"chat_user_id": "string",
"quote_content": "string"
},
"chat_user_id": "string",
"display_name": "string",
"from_user_id": "string",
"msg_type": 0,
"new_msg_id": "string",
"quote_content": "string",
"sequence": "string",
"svr_id": "string",
"to_wxid": "string"
}'