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