Authorization: Bearer ********************{
"businessLocationId": "84527a82-7de9-4552-9101-e217e0c1ba3a",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'https://prod.your-api-server.com/staff//shifts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessLocationId": "84527a82-7de9-4552-9101-e217e0c1ba3a",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"businessLocationId": "84527a82-7de9-4552-9101-e217e0c1ba3a",
"staffMemberId": "138ee295-38b9-456a-b430-39719940f4cd",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}