added bruno files and corrected found issues

This commit is contained in:
Joe Arndt 2026-02-08 17:55:41 -06:00
parent 7599080106
commit c211a8a199
31 changed files with 292 additions and 14 deletions

View file

@ -5,13 +5,13 @@ meta {
}
post {
url: {{localBaseUrl}}/merchants
url: {{localBaseUrl}}/{{resourcePath}}
body: json
auth: inherit
}
body:json {
{
"name": "Walmart"
"name": "Merchant Three"
}
}