Authorization: Bearer ********************{
"name": "string",
"date": "2019-08-24T14:15:22.123Z",
"skipCount": 0,
"maxResultCount": 1
}curl --location --request POST '/api/services/app/ops/humanResource/scheduling/export' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"name": "string",
"date": "2019-08-24T14:15:22.123Z",
"skipCount": 0,
"maxResultCount": 1
}'{
"fileName": "string",
"fileType": "string",
"fileToken": "string"
}