Add User
POST
http://localhost:8080/users/addUser
Body
PARAM
Key |
Datatype |
Required |
Description |
|
null |
|
|
HEADERS
Key |
Datatype |
Required |
Description |
RESPONSES
status
curl -X POST 'http://localhost:8080/users/addUser?=' --data-urlencode '%7B%22name%22%3D%3E%22firstname%22%2C+%22value%22%3D%3E%22Elena%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22lastname%22%2C+%22value%22%3D%3E%22Konstantinidou%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22phonenumber%22%2C+%22value%22%3D%3E%226938382929%22%2C+%22datatype%22%3D%3E%22number%22%7D&%7B%22name%22%3D%3E%22email%22%2C+%22value%22%3D%3E%22konst%40eleni.gr%22%2C+%22datatype%22%3D%3E%22string%22%7D'