[{ 
	    "success": true, 
	    "result": {     
		    "resource_id": "A53000000A-110089-001",     
		    "fields":[
  {
    "type": "int4",
    "id": "Seq"
  },
  {
    "type": "text",
    "id": "DateListed"
  },
  {
    "type": "text",
    "id": "年度"
  },
  {
    "type": "text",
    "id": "性別"
  },
  {
    "type": "text",
    "id": "性別代碼"
  },
  {
    "type": "text",
    "id": "樣本數"
  },
  {
    "type": "text",
    "id": "總計"
  },
  {
    "type": "text",
    "id": "有"
  },
  {
    "type": "text",
    "id": "沒有"
  }
],     
            "records":[
  {
    "Seq": 1,
    "DateListed": "20211007",
    "年度": "107",
    "性別": "男",
    "性別代碼": "1",
    "樣本數": "2808",
    "總計": "100",
    "有": "35.58",
    "沒有": "64.42"
  },
  {
    "Seq": 2,
    "DateListed": "20211007",
    "年度": "107",
    "性別": "女",
    "性別代碼": "2",
    "樣本數": "1711",
    "總計": "100",
    "有": "31.09",
    "沒有": "68.91"
  }
],     
            "limit":0,     
            "offset":0,     
            "total":2 
        } 
    }]