curl --location --request POST 'https://consult-api.itheima.net/sendChatMsg' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "string",
"to": "string",
"msgType": 0,
"msg": {
"content": "string",
"picture": {
"id": "string",
"url": "string"
}
}
}'