curl --location --request GET 'https://report-api.get.systems/api/global/query-jobs/abcdef01-2345-6789-abcd-ef0123456789/result' \
--header 'x-api-key: <api-key>'{
"totalRowCount": 0,
"next": "string",
"nextAvailable": true,
"rows": [
null
]
}