curl --location --request PATCH 'http://127.0.0.1:8000/api/notifications/1/read' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"message": "Notification marked as read"
}