curl --location --request POST '/Msg/Quote?authcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"Displayname": "string",
"Fromusr": "string",
"MsgContent": "string",
"MsgSeq": "string",
"NewMsgId": "string",
"QuoteContent": "string",
"ToWxid": "string"
}'
{}