Authorization: Bearer ********************{
"is_read": true
}curl --location --request POST '/api/notifications/1/read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_read": true
}'{
"msg": "ok"
}