Files
b2b/bruno/b2b_daniel/carts/add-new-cart.yml
2026-04-15 13:19:28 +02:00

20 lines
313 B
YAML

info:
name: add-new-cart
type: http
seq: 1
http:
method: GET
url: http://localhost:3000/api/v1/restricted/carts/add-new-cart?name=carttt
params:
- name: name
value: carttt
type: query
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5