curl --request PUT \
--url https://api.example.com/v1/ui/notifications/bulk \
--header 'Content-Type: application/json' \
--data '
{
"action": "mark-read",
"notificationIds": [
"<string>"
]
}
'curl --request PUT \
--url https://api.example.com/v1/ui/notifications/bulk \
--header 'Content-Type: application/json' \
--data '
{
"action": "mark-read",
"notificationIds": [
"<string>"
]
}
'