{
"name": "string",
"startTime": "string",
"endTime": "string"
}curl --location --request PUT 'http://localhost:5000/api/shift-type/update/1' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"startTime": "string",
"endTime": "string"
}'{}