Update current user's profile
Updates the currently authenticated user's profile information (first name and last name only). To update the avatar, use the PUT /account/avatar endpoint.
Request Body*
{
"firstName": "string",
"lastName": "string"
}
Responses
200 OK
400 Bad Request
401 Unauthorized