feature(freetracker): landing requests
All checks were successful
platform/multy-stub/pipeline/head This commit looks good

This commit is contained in:
2025-01-18 20:28:22 +03:00
parent 3d52ef9d4c
commit 552457b5cb
6 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"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"
}
]
}
}