Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/operations/tasks-snapshot-graph?taskPriorities&projectIds&chartType' \
--header 'ORGANIZATION-ID: 00000'
{
"data": {
"chartType": "string",
"name": "string",
"xAxis": {
"labels": null,
"title": "string",
"categories": [
null
]
},
"yAxis": {
"title": "string"
},
"series": [
{
"color": "string",
"data": [
0
],
"name": "string"
}
],
"tooltip": {
"postFormatter": "string",
"preFormatter": "string",
"text": "string"
}
},
"message": "string"
}