curl --location --request POST '/messaging/publish/chat/text' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--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 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"msgType": 0,
"sendTime": 0,
"recvId": "string",
"isGroup": true,
"content": {
"raw": "string"
}
}'