Authorization: ********************curl --location '/api/v1/notifications/read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"appeal": [
"1",
"2"
],
"hometask": [
"3",
"4"
],
"lessons": [
""
],
"announcement": "all",
"cert_order": [
"5",
"6"
]
}'