curl --location 'https://mohom.kr/api/v1/fax?limit=undefined&offset=undefined' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"items": [
{
"faxId": 0,
"refId": "string",
"faxNumber": "string",
"status": "sending",
"pages": 0,
"resultText": "string",
"retried": true,
"requestedAt": "2019-08-24T14:15:22.123Z",
"sentAt": "2019-08-24T14:15:22.123Z"
}
]
}