curl --location 'https://mohom.kr/api/v1/claim?limit=undefined&offset=undefined' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"items": [
{
"claimId": 0,
"refId": "string",
"insuCd": "string",
"userNm": "string",
"status": "processing",
"resultText": "string",
"requestedAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}