Lấy toàn bộ sản phẩm

API URL https://anhviafb.com/api/v1/danh-sach-san-pham
header authorizations x-api-key
HTTP Method GET
Content-Type application/x-www-form-urlencoded
Response JSON

          {
    "status": true,
    "message": "Lấy sản phẩm thành công.",
    "category_name": "demo",
    "pagination": {
        "current_page": 1,
        "limit": 12,
        "total_items": 1,
        "total_pages": 1
    },
    "data": [
        {
            "id": 1,
            "name": "demo",
            "price": "135000.00",
            "image": "http://localhost/tai-fb/uploads/products/64d9c8de1abab0b723850776e737f01a.jpg",
            "stock": 0,
            "short_description": ""
        }
    ]
}