{
    "success": true,
    "message": "Payment table data",
    "data": [
             {
                "id": 1,
                "categoryCode":"3241",
                "pageTitle":"Men's Clothing",
                "hierarchicalLevel":"1",
                "postingStatus":"Active"
             },
             {
                "id": 2,
                "categoryCode":"324101",
                "pageTitle":"Shirts",
                "hierarchicalLevel":"2",
                "postingStatus":"Active"
             },
             {
                "id": 3,
                "categoryCode":"324101",
                "pageTitle":"Men's Clothing",
                "hierarchicalLevel":"1",
                "postingStatus":"Active"
             },
             {
                "id": 4,
                "categoryCode":"3241",
                "pageTitle":"Men's Clothing",
                "hierarchicalLevel":"1",
                "postingStatus":"Active"
             },
             {
                "id": 5,
                "categoryCode":"3241",
                "pageTitle":"Men's Clothing",
                "hierarchicalLevel":"1",
                "postingStatus":"Active"
             }
    ],
   "totalPages": 5,
    "currentPage": 1,
    "currentTotalCount": 3,
    "totalCount": 3
}