{
"acknowledgeType": "string",
"acknowledgeIds": [
0
],
"startDate": "string",
"endDate": "string"
}
curl --location --request POST 'http://114.255.31.92:8080/api/v1/app/taskSheet/recoveryAcknowledge' \
--header 'Content-Type: application/json' \
--data-raw '{
"acknowledgeType": "string",
"acknowledgeIds": [
0
],
"startDate": "string",
"endDate": "string"
}'
{
"code": "",
"data": {},
"msg": ""
}