Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"notifiesId": 0,
"name": "string",
"address": "string",
"notifiesType": "string"
}
curl --location --request POST 'http://localhost:8080/ess/notifies_employee' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"notifiesId": 0,
"name": "string",
"address": "string",
"notifiesType": "string"
}'
{
"": {}
}