curl --location --request GET '/api/Folio/GetFolioBlocks'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": {
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"reports": [
{
"invoiceTypeCode": "string",
"folioCount": 0,
"expirationDate": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z"
}
]
}
}