common-cents-api/bruno/Common Cents/Merchants/LOC POST Merchant.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

17 lines
189 B
Text

meta {
name: LOC POST Merchant
type: http
seq: 3
}
post {
url: {{localBaseUrl}}/{{resourcePath}}
body: json
auth: inherit
}
body:json {
{
"name": "Merchant Three"
}
}