curl --location --request GET '/api/reporting/statements/<dbaId>'{
"id": "122",
"url": "https://zendashboard.com/api/reporting/statement/122",
"date": "2020-02-28"
},
{
"id": "142",
"url": "https://zendashboard.com/api/reporting/statement/142",
"date": "2020-01-31"
}
],
"_links": {
"self": {
"href": "https://zendashboard.com/api/reporting/statements/14?page=1"
},
},
"_meta": {
"totalCount": 2,
"pageCount": 1,
"currentPage": 1,
"perPage": 30
}
}