-
Notifications
You must be signed in to change notification settings - Fork 0
Data Entry Operator JSON
Muhammad Tariq edited this page Jan 23, 2021
·
3 revisions
Url : http://localhost:9090/superuser/operator , Method: POST
[
{
"id": "600c4b47ddf4dbe478959a49",
"username": "Jipsy operator",
"email": "jipsy@email.com"
},
{
"id": "600c4efc141dd43f057bb7e7",
"username": "Hach operator",
"email": "Hach@email.com"
}
]Url : http://localhost:9090/superuser/operators , Method: GET
{
"username": "Good operator",
"email": "good@email.com"
}