Authorization: Bearer ********************
{
"ids": [
0
],
"is_review": 0
}
curl --location --request PUT '/message/review' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"is_review": 0
}'
{}