
{
    "success": true,
    "all_orders": [
        {
            "order_id": "96",
            "enroll_id": "7698",
            "product_id": "8",
            "price": "299",
            "quantity": "5",
            "total_price": "1495",
            "status": "Delivered"
        },
        {
            "order_id": "95",
            "enroll_id": "7698",
            "product_id": "8",
            "price": "299",
            "quantity": "5",
            "total_price": "1495",
            "status": "Delivered"
        },
        {
            "order_id": "94",
            "enroll_id": "7740",
            "product_id": "4131",
            "price": "225",
            "quantity": "2",
            "total_price": "450",
            "status": "Delivered"
        },
        {
            "order_id": "93",
            "enroll_id": "7698",
            "product_id": "11",
            "price": "520",
            "quantity": "2",
            "total_price": "1040",
            "status": "Delivered"
        },
        {
            "order_id": "92",
            "enroll_id": "7698",
            "product_id": "11",
            "price": "520",
            "quantity": "1",
            "total_price": "520",
            "status": "Delivered"
        },
        {
            "order_id": "91",
            "enroll_id": "7892",
            "product_id": "644",
            "price": "150",
            "quantity": "2",
            "total_price": "300",
            "status": "Delivered"
        },
        {
            "order_id": "90",
            "enroll_id": "7892",
            "product_id": "626",
            "price": "2795",
            "quantity": "1",
            "total_price": "2795",
            "status": "Shipped"
        },
        {
            "order_id": "89",
            "enroll_id": "7892",
            "product_id": "616",
            "price": "140",
            "quantity": "1",
            "total_price": "140",
            "status": "Processing"
        },
        {
            "order_id": "88",
            "enroll_id": "7892",
            "product_id": "586",
            "price": "45",
            "quantity": "3",
            "total_price": "135",
            "status": "Processing"
        },
        {
            "order_id": "87",
            "enroll_id": "7892",
            "product_id": "586",
            "price": "45",
            "quantity": "1",
            "total_price": "45",
            "status": "Cancelled"
        },
        {
            "order_id": "86",
            "enroll_id": "7892",
            "product_id": "34",
            "price": "180",
            "quantity": "2",
            "total_price": "360",
            "status": "Pending"
        }
    ],
    "pending_orders": [
        {
            "order_id": "86",
            "enroll_id": "7892",
            "product_id": "34",
            "price": "180",
            "quantity": "2",
            "total_price": "360",
            "status": "Pending"
        }
    ],
    "delivered_orders": [
        {
            "order_id": "96",
            "enroll_id": "7698",
            "product_id": "8",
            "price": "299",
            "quantity": "5",
            "total_price": "1495",
            "status": "Delivered"
        },
        {
            "order_id": "95",
            "enroll_id": "7698",
            "product_id": "8",
            "price": "299",
            "quantity": "5",
            "total_price": "1495",
            "status": "Delivered"
        },
        {
            "order_id": "94",
            "enroll_id": "7740",
            "product_id": "4131",
            "price": "225",
            "quantity": "2",
            "total_price": "450",
            "status": "Delivered"
        },
        {
            "order_id": "93",
            "enroll_id": "7698",
            "product_id": "11",
            "price": "520",
            "quantity": "2",
            "total_price": "1040",
            "status": "Delivered"
        },
        {
            "order_id": "92",
            "enroll_id": "7698",
            "product_id": "11",
            "price": "520",
            "quantity": "1",
            "total_price": "520",
            "status": "Delivered"
        },
        {
            "order_id": "91",
            "enroll_id": "7892",
            "product_id": "644",
            "price": "150",
            "quantity": "2",
            "total_price": "300",
            "status": "Delivered"
        }
    ],
    "cancelled_orders": [
        {
            "order_id": "87",
            "enroll_id": "7892",
            "product_id": "586",
            "price": "45",
            "quantity": "1",
            "total_price": "45",
            "status": "Cancelled"
        }
    ]
}