curl --location --request POST 'https://api.peacom.co/eip/partner/channel/3cb69db1-c410-4b83-8d37-84b823be9c06/broadcast-subscriber' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientMessageId": "3cb69db1-c410-4b83-8d37-84b823be9c06",
"subscribers": [
"wrpPFDDQAAQSk"
],
"message": {
"allowSelect": true,
"text": "Hello World",
"attachments": [
{
"type": "image",
"imageUrl": "https://images.pexels.com/photo.jpeg"
}
]
}
}'{
"clientMessageId": "3cb69db1-c410-4b83-8d37-84b823be9c06",
"status": 2
}