국회의원 재산 내역 목록을 조회합니다.
조회 성공
const response = await fetch('https://openwatch.kr/api/national-assembly/assets', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pagination": { "totalCount": 6848 } }