This commit is contained in:
Sivert V. Sæther
2025-02-18 09:11:46 +01:00
parent 1893b81204
commit 610392f241
6 changed files with 250 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: Customer
type: http
seq: 1
}
get {
url: {{host}}/customers/{{customerId}}
body: none
auth: inherit
}