[New] One seamless flow: workforce data to payroll, fully embedded.
curl --location --request GET '/api/organizations//locations//schedules?start&end&employees&roles'[
    {
        "id": "string",
        "employeeId": "string",
        "roleId": "string",
        "start": "string",
        "end": "string",
        "locationId": "string",
        "timezone": "string",
        "utcOffset": 0,
        "colors": {
            "background": "string",
            "text": "string"
        },
        "breaks": [
            "string"
        ],
        "employeeExternalId": "string",
        "payrollId": "string",
        "role": {
            "id": "string",
            "name": "string",
            "hourlyWage": 0
        }
    }
]