gobuch/microservices/jsonservice/POST-request.http

9 lines
119 B
Plaintext
Raw Permalink Normal View History

2020-08-21 04:26:40 +00:00
POST http://localhost:8080/customer HTTP/1.1
content-type: application/json
{
"ID": 2,
"Lastname": "Wurst"
}