{
  "endpoints": {
    "categories": "/api/categories/<section_hash>",
    "models": "/api/models/<section_hash>/<category_hash>",
    "products": "/api/products/<section_hash>/<category_hash>/<model_hash>/<submodel_hash>",
    "products_by_category": "/api/products_by_category/<section_hash>/<category_hash>",
    "products_by_model": "/api/products_by_model/<section_hash>/<category_hash>/<model_hash>",
    "products_by_section": "/api/products_by_section/<section_hash>",
    "products_by_submodel": "/api/products_by_submodel/<section_hash>/<category_hash>/<model_hash>/<submodel_hash>",
    "sections": "/api/sections",
    "submodels": "/api/submodels/<section_hash>/<category_hash>/<model_hash>"
  },
  "message": "Mini App API \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442!",
  "status": "ok"
}
