API 레퍼런스
태그 목록 조회
현재 계정에서 콘텐츠 정리에 사용하는 모든 태그를 반환합니다.
curl -X GET "https://example.com/api/v1/tags" \ -H "Authorization: string"{ "code": 0, "message": "string", "data": { "code": 0, "data": { "tags": [ { "id": 0, "name": "string" } ] }, "message": "string" }}