{
"isSuccess": true,
"data": {
"charts": [
{
"id": "<string>",
"chart_type": "table",
"title": "<string>",
"query": "<string>",
"description": "<string>",
"project_id": "<string>",
"board_id": "<string>",
"x_axis": "<string>",
"y_axis": [
"<string>"
],
"group_by": "<string>",
"settings": {}
}
],
"board": {
"id": "<string>",
"project_id": "<string>",
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"title": "<string>",
"description": "<string>"
}
}
}