25 lines
648 B
HTTP
25 lines
648 B
HTTP
@hostname = http://127.0.0.1
|
|
@port = 5001
|
|
@hostServer = {{hostname}}:{{port}}
|
|
|
|
###
|
|
POST {{hostServer}}/users HTTP/1.1
|
|
content-type: application/json
|
|
|