Authorization: ********************curl --location --request GET 'https://api.get.systems/projects?limit&next' \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "abcdef01-2345-6789-abcd-ef0123456789",
"name": "string",
"updateDate": "2019-08-24T14:15:22.123Z",
"currencySymbol": "string",
"beginDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
}
],
"next": "string",
"nextAvailable": true
}