curl --location --request PUT '/users/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Jeffrey",
"lastName": "Kris",
"email": "jeffrey.kris@example.com",
"phone": "+18634063542"
}'{}