Updating Personal Information

Using a user_access_token on the request header, a call to the endpoint POST

POST /api/1/user/person?locale=locale would allow updating personal information
{
    "firstName": "John",
    "infix": "J",
    "lastName": "Doe"
}