common-cents-api/bruno/Common Cents/Merchants/LOC POST Merchant.bru
2026-02-08 17:55:41 -06: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"
}
}