common-cents-api/bruno/Common Cents/Merchants/LOC POST Merchant.bru
2026-02-08 15:21:47 -06:00

17 lines
175 B
Text

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