/api/products?brand={brand}&name={name}

Description
method
GET
request
request header
response
{ "status": "100 CONTINUE", "code": 0, "message": "string", "data": [ { "id": 0, "brand": "string", "name": "string", "imageUrl": "string", "description": "string", "price": 0 } ] }
response header
구현
권한
No
기능
전체 조회 (브랜드와 이름)
담당자