Add User
POST
http://localhost:3000/api/users
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
RESPONSES
status
curl -X POST 'http://localhost:3000/api/users' --data-urlencode '%7B%22name%22%3D%3E%22firstName%22%2C+%22value%22%3D%3E%22TestFirst%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22lastName%22%2C+%22value%22%3D%3E%22TestLast%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22email%22%2C+%22value%22%3D%3E%22email%40gmail.com%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22phone%22%2C+%22value%22%3D%3E%220600000056%22%2C+%22datatype%22%3D%3E%22string%22%7D'