/v1/mycards

Method
GET
Description
모든 내 카드 가져오기
담당자

Request

Authorization

{ "Bear " : "token" }
JSON
복사

Response

Body

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