curl --location '/v1/projects?cursor=undefined&limit=20&order=asc&name=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"corpus_ids": [
"string"
],
"created_at": "string",
"created_by": "string",
"description": "string",
"id": "string",
"name": "string",
"updated_at": "string"
}
],
"paging": {
"cursors": {
"after": "string",
"before": "string"
},
"has_more": true,
"has_previous": true
}
}