curl --request POST \
--url https://api.example.com/api/activity/day-tasks.submit-correction \
--header 'Content-Type: application/json' \
--data '
{
"date_range": "2019-11-11/2019-12-12",
"task_ids": [
"872815618512410358"
],
"resource_ids": [
"872815618512410358"
],
"remark": "<string>"
}
'