1
0
go-rss-aggregator/http-requests/create-user.http

7 lines
86 B
HTTP

POST http://localhost:8080/v1/user
Content-Type: application/json
{
"name": "Joe"
}