{
"id": "string",
"successTotal": 0,
"failedTotal": 0,
"startTimestamp": 0,
"endTimestamp": 0,
"scheduleTimestamp": 0
}
curl --location --request POST '/broadcast/result' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"successTotal": 0,
"failedTotal": 0,
"startTimestamp": 0,
"endTimestamp": 0,
"scheduleTimestamp": 0
}'
{
"code": "string"
}