17 lines
175 B
Text
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"
|
|
}
|
|
}
|