PUT
/data/user/notifications/{notification_id}
curl \
--request PUT 'http://api.example.com/data/user/notifications/a24a6ea4-ce75-4665-a070-57453082c25' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'read=true'
Response examples (200)
{}