Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request POST '/api/organizations//locations//open-shifts' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleName": "Cashier",
"startDate": "2024-04-01T09:00:00Z",
"endDate": "2024-04-01T17:00:00Z",
"breaks": "[\"123\"]",
"staffCountRequired": 2,
"requireApproval": true,
"timezone": "America/New_York",
"utcOffset": "-5"
}'
{}