{
"id": 0,
"userId": 0,
"employeeId": 0,
"advicesId": 0,
"advicesStatus": 0,
"advicesType": 0
}
curl --location --request POST '/appMark/api/advicesUser/addOrderUserAdvice' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userId": 0,
"employeeId": 0,
"advicesId": 0,
"advicesStatus": 0,
"advicesType": 0
}'
{
"code": 0,
"msg": "string",
"data": true
}