curl --request GET \
--url https://suite.sisqualis.com.br/api/available-periods \
--header 'Authorization: <api-key>'[
{
"year": 123,
"month": 123,
"record_count": 123,
"label": "<string>"
}
]curl --request GET \
--url https://suite.sisqualis.com.br/api/available-periods \
--header 'Authorization: <api-key>'[
{
"year": 123,
"month": 123,
"record_count": 123,
"label": "<string>"
}
]