GET /toneopeats/main_category/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "status": true,
    "message": "Data retrieved successfully",
    "data": [
        {
            "id": 1,
            "name": "Salad Bowls",
            "image": "toneop_eats/category/supersalad.webp",
            "alt_tag": null,
            "slug": null,
            "meta_title": null,
            "meta_desc": null
        },
        {
            "id": 2,
            "name": "Grills",
            "image": "toneop_eats/category/One_test_file.png",
            "alt_tag": "Grills category icon ",
            "slug": "grills",
            "meta_title": "Grills category icon ",
            "meta_desc": "Grills category icon "
        },
        {
            "id": 3,
            "name": "Smoothie Bowl",
            "image": "toneop_eats/category/smoothiebowl.webp",
            "alt_tag": null,
            "slug": null,
            "meta_title": null,
            "meta_desc": null
        },
        {
            "id": 4,
            "name": "Juice",
            "image": "toneop_eats/category/healthyjuice.webp",
            "alt_tag": null,
            "slug": null,
            "meta_title": null,
            "meta_desc": null
        },
        {
            "id": 5,
            "name": "Power Bowls ",
            "image": "toneop_eats/category/Meal-Bowl.svg",
            "alt_tag": "Power Bowls ",
            "slug": "power-bowls",
            "meta_title": "Power Bowls ",
            "meta_desc": "Power Bowls "
        },
        {
            "id": 19,
            "name": "Biryani",
            "image": "toneop_eats/category/Biryani.png",
            "alt_tag": null,
            "slug": null,
            "meta_title": null,
            "meta_desc": null
        },
        {
            "id": 22,
            "name": "Sandwich Meal",
            "image": "toneop_eats/category/Sandwich_meals.png",
            "alt_tag": null,
            "slug": null,
            "meta_title": null,
            "meta_desc": null
        }
    ]
}