added addresses endpoints

This commit is contained in:
Daniel Goc
2026-04-09 12:21:56 +02:00
parent 75997ab15b
commit 1083ab7a61
17 changed files with 684 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
info:
name: get-template
type: http
seq: 5
http:
method: GET
url: http://localhost:3000/api/v1/restricted/addresses/get-template?country_id=3
params:
- name: country_id
value: "3"
type: query
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5