curl --location 'https://test.ubikly.app/api/v1/spaces/' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kind": "fablab",
"name": "string",
"slug": "string",
"machine_module_enabled": true,
"place_module_enabled": true,
"training_module_enabled": true,
"soft_deleted_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
}