PATCH /api/users/:id
								Update a user
Patch parameters
Send a key/value object with the new user content as request body:
{
  "street": "Sesame Street",
  "bio": "Great person"
}PATCH /api/users/:idUpdate a user
Send a key/value object with the new user content as request body:
{
  "street": "Sesame Street",
  "bio": "Great person"
}