add shipments create and form create

This commit is contained in:
Julien Aldon
2026-02-11 17:35:28 +01:00
parent 3b2b36839f
commit 1813e2893e
14 changed files with 539 additions and 272 deletions

View File

@@ -5,7 +5,7 @@ meta {
}
delete {
url: {{Service}}/{{Route}}/2
url: {{Service}}/{{Route}}/1
body: none
auth: inherit
}

View File

@@ -8,6 +8,6 @@ auth {
vars:pre-request {
Route: users
ExamplePOSTBody: {"name": "test", "email": "test@test.test"}
ExamplePOSTBody: {"name": "Julien", "email": "test@test.test"}
ExamplePUTBody: {"name": "updatedtest", "email": "updatedtest@test.test"}
}