[WIP] front api exchanges

This commit is contained in:
2026-02-11 00:53:40 +01:00
parent feea610d09
commit 3b2b36839f
19 changed files with 694 additions and 32 deletions

View File

@@ -8,6 +8,6 @@ auth {
vars:pre-request {
Route: productors
ExamplePOSTBody: {"name": "test", "address": "test", "payment": "test"}
ExamplePOSTBody: {"name": "marie", "address": "test", "payment": "test"}
ExamplePUTBody: {"name": "updatetestt", "address": "updatetestt"}
}