Authorization: Bearer ********************{
"id": 0,
"type": "string"
}curl --location --request POST 'http://192.168.0.69:20001/api/user/notify-mark-as-read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"type": "string"
}'{}