curl --location --request GET '/api/projects?filter&page&sort&per_page'{
"data": [
{
"key": "09000034156456",
"siteKey": "03000057260616",
"name": "string",
"accountKey": "08000576295769",
"statusKey": "02000621557648",
"budget": "string",
"createdAt": "1973-05-02T08:26:32Z",
"updatedAt": "2007-10-07T21:31:01Z",
"deletedAt": "1985-06-23T09:43:16Z"
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}