/user/createWithListList of user object
User Status
curl -X POST "https://petstore.swagger.io/v2/user/createWithList" \
-H "Content-Type: application/json" \
-d '[
{
"id": 0,
"username": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"password": "string",
"phone": "string",
"userStatus": 0
}
]'