Files
amap/amapcontract/productors/Create.bru
2026-02-09 17:39:09 +01:00

21 lines
196 B
Plaintext

meta {
name: Create
type: http
seq: 1
}
post {
url: {{Service}}/{{Route}}
body: json
auth: inherit
}
body:json {
{{ExamplePOSTBody}}
}
settings {
encodeUrl: true
timeout: 0
}