curl --location --request POST 'https://your-api-server.com' \
--header 'api-key: <api-key>'{
"packageId": "pkg-id",
"channelId": "your-channel-id",
"content": {
"type": "GENERATE_QR_CODE_RESPONSE",
"success": true,
"automatic": true,
"qrCode": "data:image/png;base64......",
"commandType": "GENERATE_QR_CODE_RESPONSE",
"timestamp": "2025-12-01T23:02:53.8936367+00:00"
},
"timestamp": "2025-12-01T23:02:53.911878+00:00"
}