/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"
}
Update a user
Send a key/value object with the new user content as request body:
{
"street": "Sesame Street",
"bio": "Great person"
}