// Auto-generated example for createUsersWithListInput
// Operation: Creates list of users with given input array.
// Customize this file as needed
[
{
"email": "john@email.com",
"firstName": "John",
"id": 10,
"lastName": "James",
"password": "12345",
"phone": "12345",
"userStatus": 1,
"username": "theUser"
}
]