token: ********************
{
"id": 0,
"userIds": [
0
],
"infoWay": "string",
"reason": "string",
"basicApplyId": "string"
}
curl --location --request POST '/trash/notice' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id": 0,
"userIds": [
0
],
"infoWay": "string",
"reason": "string",
"basicApplyId": "string"
}'
{}