User Profile JSON
Parse standard user profile payload and validate field structure.
Input
{
"userId": 9021,
"name": "John Doe",
"role": "editor",
"isActive": true
}Output
{
"userId": 9021,
"name": "John Doe",
"role": "editor",
"isActive": true
}