{
"data": [
{
"id": 123,
"slug": "<string>",
"title": "<string>",
"visibility": "public",
"tags": [
"<string>"
],
"views_count": 123,
"submissions_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"last_edited_human": "<string>",
"closes_at": "2023-11-07T05:31:56Z",
"is_closed": true,
"max_submissions_count": 2,
"max_number_of_submissions_reached": true,
"is_pro": true,
"workspace_id": 123,
"share_url": "<string>"
}
],
"links": {
"first": "<string>",
"last": "<string>",
"prev": "<string>",
"next": "<string>"
},
"meta": {
"current_page": 123,
"from": 123,
"last_page": 123,
"per_page": 123,
"to": 123,
"total": 123
}
}