{
"date": "string",
"shiftId": "string",
"userId ": "string"
}curl --location 'http://localhost:5000/api/user-shift/create' \
--header 'Content-Type: application/json' \
--data '{
"date": "string",
"shiftId": "string",
"userId ": "string"
}'{}