better dto/entity structure for GET/POST

This commit is contained in:
Joe Arndt 2026-02-25 14:33:21 -06:00
parent 8f846bd253
commit 389ef8c7ce
9 changed files with 106 additions and 77 deletions

View file

@ -12,6 +12,6 @@ post {
body:json {
{
"name": "Groceries:Food"
"name": "Auto:Gas"
}
}

View file

@ -12,6 +12,6 @@ post {
body:json {
{
"name": "Walmart"
"name": "Casey's"
}
}

View file

@ -12,6 +12,6 @@ post {
body:json {
{
"name": "Sienna"
"name": "Tundra"
}
}