Data Entry Operator JSON - exam105/backend GitHub Wiki

Get data entry operators

Url : http://localhost:9090/superuser/operator , Method: POST

[
    {
        "id": "600c4b47ddf4dbe478959a49",
        "username": "Jipsy operator",
        "email": "[email protected]"
    },
    {
        "id": "600c4efc141dd43f057bb7e7",
        "username": "Hach operator",
        "email": "[email protected]"
    }
]

Add data entry operators

Url : http://localhost:9090/superuser/operators , Method: GET

    {
        "username": "Good operator",
        "email": "[email protected]"
    }