curl --location 'https://api.triowfs.com/trio/api/v3/shifts/locums' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"clientId": "5e505642-9024-474d-9434-e5a44f505cc5",
"jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",
"professionId": "7102a11a-43b1-45f2-ad30-71cb84c0cb50",
"specialtyId": "36dd19ee-f063-4cd8-9492-834039eb3747",
"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"
}
}'