curl --request PUT \
--url https://api.example.com/v1/ui/notifications/{id} \
--header 'Content-Type: application/json' \
--data '
{
"isRead": true,
"isArchived": true
}
'curl --request PUT \
--url https://api.example.com/v1/ui/notifications/{id} \
--header 'Content-Type: application/json' \
--data '
{
"isRead": true,
"isArchived": true
}
'