aboutsummaryrefslogtreecommitdiff
path: root/http/register.hurl
blob: bf2737de6a04eb2173fbf3f54b01b26c45733630 (plain)
1
2
3
4
5
6
7
POST http://localhost:8080/v1/register
{
    "username": "wormhole",
    "password": "12345678"
}

HTTP 201