Files
amap/bruno/forms/Create.bru
JulienAldon 242e29c8a6
Some checks failed
Deploy Amap / deploy (push) Has been cancelled
add workflow
2026-02-19 23:38:26 +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
}