mrapids 0.1.31

Your OpenAPI, but executable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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"
  }
]