curl --location --request PUT 'https://api.triowfs.com/trio/api/v3/shifts/locums/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",
"payClassId": "fa904d2c-f676-4c5f-877d-ae43a011cf3d",
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"descriptor": "string",
"hours": 0,
"estimatedShifts": 0,
"estimatedHours": 0,
"note": "string",
"description": "string",
"externalRef": {
"id": "string",
"name": "string",
"link": "string"
}
}'