curl --location --request POST '/hmd-wx/api/v2/messagectx/messaging/publish/chat/image' \
--header 'X-System: MACOS' \
--header 'X-System-Version: macOS 15' \
--header 'X-Software-Version: 1.0.0' \
--header 'X-Manufacturer: Apple' \
--header 'X-Time-Zone: Asia/Shanghai' \
--header 'X-Timestamp: {% mock '\''timestamp'\'', '\''ms'\'' %}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Localization;' \
--header 'x-device-model;' \
--header 'x-status-signal;' \
--header 'x-status-signal-max;' \
--header 'x-status-battery;' \
--header 'x-step;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"msgType": 22,
"sendTime": {% mock '\''timestamp'\'', '\''ms'\'' %},
"recvId": "a615767c-0d14-47ce-b2c2-c3edb7a97d61",
"isGroup": false,
"content": {
"duration": 3,
"fileType": "png",
"fileUrl": "https://wa04-files.oss-cn-shanghai.aliyuncs.com/2024-10-29/83a635271a19e323-1730201499238.png"
}
}'