curl --request PUT \
--url https://api.harmonyforstaffing.com/api/users/123 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"firstName": "Jane",
"lastName": "Smith",
"email": "[email protected]",
"phone": "+1-555-555-5555",
"isActive": true
}'