common-cents-api/bruno/Common Cents/Merchants/LOC GET Merchant By ID.bru
Joe c6434de89d Add TypeORM DB and Resources (#2)
Co-authored-by: Joe Arndt <jmarndt@users.noreply.github.com>
Reviewed-on: #2
2026-02-09 00:10:26 +00:00

15 lines
229 B
Text

meta {
name: LOC GET Merchant By ID
type: http
seq: 2
}
get {
url: {{localBaseUrl}}/{{resourcePath}}/{{resourceId}}
body: none
auth: inherit
}
vars:pre-request {
resourceId: 1d6d2842-b271-489b-bd93-e3ceaee5a139
}