common-cents-api/bruno/Common Cents/Merchants/LOC POST Merchant.bru
2026-02-25 13:43:44 -06: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": "Walmart"
}
}