Authorization: Bearer ********************
{
"id": 0,
"userId": 0,
"employeeId": 0,
"advicesId": 0,
"advicesStatus": 0,
"advicesType": 0
}
curl --location --request POST '/appMark/employee/deleteMessage' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userId": 0,
"employeeId": 0,
"advicesId": 0,
"advicesStatus": 0,
"advicesType": 0
}'
{
"empty": true,
"property1": {},
"property2": {}
}