multy-stub/server/routers/freetracker/landing/json/blocks-success.json

22 lines
413 B
JSON
Raw Permalink Normal View History

2025-01-18 20:28:22 +03:00
{
"success": true,
"body": {
"blocks": [
{
"titleKey":"block1.title",
"textKey":"block1.subtitle",
"imageName":"truck1"
},
{
"titleKey":"block2.title",
"textKey":"block2.subtitle",
"imageName":"truck2"
},
{
"titleKey":"block3.title",
"textKey":"block3.subtitle",
"imageName":"truck3"
}
]
}
}