# Lấy thông tin tài khoản tồn kho

# API Endpoint

GET

https://api.muamail.store/products/get-stock/

# Kết quả trả về

{
    "is_success": true,
    "data": [
        {
            "id": 1,
            "name": "Olook New",
            "price": 40,
            "quantity": 69
        },
        {
            "id": 2,
            "name": "Hmail New",
            "price": 40,
            "quantity": 96
        },
    ],
    "message": "Thành công"
}