add crud for forms, templates, shipment, users and auth with keycloak
This commit is contained in:
13
amapcontract/users/folder.bru
Normal file
13
amapcontract/users/folder.bru
Normal file
@@ -0,0 +1,13 @@
|
||||
meta {
|
||||
name: users
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
Route: users
|
||||
ExamplePOSTBody: {"name": "test", "email": "test@test.test"}
|
||||
ExamplePUTBody: {"name": "updatedtest", "email": "updatedtest@test.test"}
|
||||
}
|
||||
Reference in New Issue
Block a user