curl -X PATCH http://localhost:8080/Users/7234e4cd-eb7f-4a96-953e-3bd11439efcf -H 'Content-Type: application/json' -d @- <<BODY
{
  "emails": [
        "a@b.com",
        "b@c.com"
  ]
}
BODY