[New] One seamless flow: workforce data to payroll, fully embedded.
curl --location --request POST '/api/organizations//locations//schedules/copy' \
--header 'Content-Type: application/json' \
--data-raw '{
    "startDate": "string",
    "endDate": "string",
    "pasteMethod": "regular",
    "weekDiffs": [
        0
    ],
    "employeeIds": [
        "string"
    ]
}'{}