{
"params": {
"property1": {},
"property2": {}
},
"taskId": 922337203685477600,
"taskName": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"isEnable": 0
}curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/fitnessTestTask' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"property1": {},
"property2": {}
},
"taskId": 922337203685477600,
"taskName": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"isEnable": 0
}'{
"code": 0,
"msg": "string",
"data": {}
}