add crud for forms, templates, shipment, users and auth with keycloak
This commit is contained in:
20
amapcontract/shipments/Create.bru
Normal file
20
amapcontract/shipments/Create.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Create
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{Service}}/{{Route}}
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{{ExamplePOSTBody}}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user