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