{
"sendTutorial": true,
"sendBreakingNews": true,
"tutorial": {
"title": "Tutorial",
"message": "Let’s get you familiar and welcome you through the platform.",
"iconUrl": "",
"imageUrl": "",
"action": {
"label": "Begin",
"actionType": "begin",
"payload": { "screen": "tutorial" }
}
},
"breakingNews": {
"title": "Breaking News",
"message": "Check out latest features on the latest update.",
"iconUrl": "",
"imageUrl": "",
"action": {
"label": "Read",
"actionType": "view",
"payload": { "screen": "breaking-news" }
}
}
}curl --location 'https://dev.outbackmarketplace.com/api/v1/notification-mgt/broadcast/manual' \
--header 'Authorization: bearer ' \
--header 'Content-Type: application/json' \
--data '{
"sendTutorial": true,
"sendBreakingNews": true,
"tutorial": {
"title": "Tutorial",
"message": "Let’s get you familiar and welcome you through the platform.",
"iconUrl": "",
"imageUrl": "",
"action": {
"label": "Begin",
"actionType": "begin",
"payload": { "screen": "tutorial" }
}
},
"breakingNews": {
"title": "Breaking News",
"message": "Check out latest features on the latest update.",
"iconUrl": "",
"imageUrl": "",
"action": {
"label": "Read",
"actionType": "view",
"payload": { "screen": "breaking-news" }
}
}
}'{
"status": 1,
"statusCode": 200,
"message": "Notification dismissed",
"data": {
"reference": {
"model": "Post",
"id": "69e8e2bdb54393ba7ae8e2fa"
},
"_id": "69e8e2bdb54393ba7ae8e2fe",
"recipient": "68359fe3d5d87f2d7d583f2c",
"actor": "685554f7034ad747fb93ef45",
"userName": "NaZiSh ChEeMa 😶🌫️",
"title": "NaZiSh ChEeMa 😶🌫️ posted new listing in cars_vehicles",
"postImage": "",
"message": "Check out: \"naveed nizami\"",
"category": "social",
"iconUrl": "",
"imageUrl": "https://d9jfaptc9in0f.cloudfront.net/images/15d59906-298d-402d-a38f-158ec51eaf1b.jpg",
"action": null,
"isRead": true,
"readAt": "2026-04-23T07:00:21.134Z",
"isDismissed": true,
"dismissedAt": "2026-04-23T07:03:04.139Z",
"expiresAt": null,
"__v": 0,
"createdAt": "2026-04-22T15:01:17.750Z",
"updatedAt": "2026-04-23T07:03:04.140Z"
}
}