{
    "title": "Short structure",
    "@endpoints": [
        {
            "@request": "GET /api/users/:id",
            "@response": {
                "id": "<<:id>>",
                "title": "test :id"
            }
        }
    ]
}
