Authorization: Bearer ********************{
"breakId": 0,
"isDelete": 0,
"breakDate": "2019-08-24T14:15:22.123Z",
"remark": "string"
}curl --location --request POST '/back/breakDate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"breakId": 0,
"isDelete": 0,
"breakDate": "2019-08-24T14:15:22.123Z",
"remark": "string"
}'{
"code": 0,
"msg": "string",
"data": "string"
}