common-cents-api/bruno/Common Cents/Merchants/LOC POST Merchant.bru
Joe df6733caa9 Initial web app consumption/integration (#5)
Co-authored-by: Joe Arndt <jmarndt@users.noreply.github.com>
Reviewed-on: #5
2026-02-23 21:15:19 +00:00

17 lines
182 B
Text

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