curl --location 'http://localhost:8085/api/message/forward' \
--header 'Content-Type: application/json' \
--data '{
"receiver": "wxid_xxx",
"type": "image",
"xml": "<msg>...</msg>"
}'{
"code": 0,
"data": null,
"message": "string"
}