FrontToken: ********************{
"reading": "string",
"category": "string",
"ids": [
"string"
],
"full": "string"
}curl --location --request POST '/front/user/notice/change/reading' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reading": "string",
"category": "string",
"ids": [
"string"
],
"full": "string"
}'{
"error": true,
"data": {},
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}