curl --location --request POST 'https://wl.baici.tech/wx//api/messages' \
--header 'WechatLensUUID: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiver_id": "string",
"type": "text",
"content": "string",
"uuid": "string"
}'{}