curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/regular-tasks/manage/detail/192' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"templateName": "string",
"introduce": "string",
"contents": [
{
"subjectId": null,
"target": 0,
"distinguishSex": true,
"femaleTarget": 0,
"maleTarget": 0,
"lessResult": 0,
"bonus": true,
"x": 0,
"source": 0,
"name": "string",
"unit": "string",
"begin": null,
"end": null
}
]
},
"success": true
}