Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request POST '/api/organizations//locations//open-shifts//preference' \
--header 'Content-Type: application/json' \
--data-raw '{
"preference": "PREFERRED",
"employeeId": "EMP-123456",
"payrollId": "PAY-123456",
"type": "REQUEST"
}'
{}