7 lines
86 B
HTTP
7 lines
86 B
HTTP
POST http://localhost:8080/v1/user
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"name": "Joe"
|
|
}
|