16 lines
198 B
YAML
16 lines
198 B
YAML
|
|
info:
|
||
|
|
name: New Order
|
||
|
|
type: http
|
||
|
|
seq: 3
|
||
|
|
|
||
|
|
http:
|
||
|
|
method: POST
|
||
|
|
url: "{{baseurl}}/v1/order"
|
||
|
|
auth: inherit
|
||
|
|
|
||
|
|
settings:
|
||
|
|
encodeUrl: true
|
||
|
|
timeout: 0
|
||
|
|
followRedirects: true
|
||
|
|
maxRedirects: 5
|