fix ESG chassis inquiry payload

This commit is contained in:
SepehrYahyaee
2026-09-19 16:50:34 +03:30
parent b4c1d7bd5f
commit 4ef53f2cc9
8 changed files with 12 additions and 13 deletions

View File

@@ -446,7 +446,7 @@ curl -X POST "$ESG_URL/inquiry/carByChassis" \
-H "Accept: application/json" \
--data '{
"nationalCode": "0012345678",
"chassis": "NAAR03HFFRDE07024"
"chassisNo": "NAAR03HFFRDE07024"
}'
```