curl --location --request GET '/spaces'
{
"id": 0,
"createdAt": "2019-08-24T14:15:22Z",
"name": "string",
"order": 0,
"members": [
{
"id": 0,
"name": "Ivan",
"avatar": "01d8bd6c-6014-46aa-b5b1-14d337c9c779",
"email": "user@example.com",
"role": 0
}
],
"columns": [
{
"spaceId": 1,
"id": 0,
"order": 0,
"name": "string"
}
],
"invites": [
{
"email": "string",
"id": 1
}
],
"archiveColumnId": 1,
"archiveReglamentColumnId": 1
}