-
List all users:
-
Create an user:
Request body:
[
{}
]
- Update an user's information:
Request body:
[
{
"userId" : 1
"name" : "Jane",
"username" : "Jany",
"email" : "[email protected]",
"phone" : "0612435687"
}
]
-
List all terminals:
-
Create a terminal:
Request body:
[
{}
]
- Update a terminal's information:
Request body:
[
{
"userId" : 1
"name" : "someClientName",
"username" : "somePlaceBorne",
"email" : "[email protected]",
"phone" : "0612435687"
}
]
-
Create a top
-
Get server's timestamp
-
Send an email