read_at to the current timestamp. Returns the updated notification object. Returns 404 if not found.auth:api (bearer token).curl --location --request POST 'https://api-dev.commandroom.ai/api/api/notifications/550e8400-e29b-41d4-a716-446655440000/mark-read' \
--header 'Authorization: Bearer {{token}}'{
"message": "Success.",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "string",
"notifiable_id": 1,
"notifiable_type": "string",
"data": {},
"read_at": "2026-01-15T10:30:00.000000Z",
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}