curl --location '/projects//config' \
--header 'Authorization: Bearer <token>'{
"state": {
"canCreatePanel": true,
"lastActivePanelId": "06003405-3897-4593-9654-2a9bd605f09b"
},
"limits": {
"maxPanels": 0,
"maxRoomsPerPanel": 0,
"maxLoadsPerProject": 0
},
"usage": {
"panels": 0,
"loads": 0
},
"project": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"publicToken": "string"
}
}