/v1/cards/search?query={query}

Method
GET
Description
카드 검색하기
담당자

Response

Body

{ "status": 0, "message": "string", "data": [ { "name": "string", "image": "string", "company": "string", "type": "string", "card_id": 0, "benefits": [ "string" ], "addable": "boolean" } ] }
JSON
복사