curl --location --request POST 'https://dash.zapdigits.com/api/v1/datasets' \
--header 'x-api-key: yourapikeyhere' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "completed-tasks",
"chartTypes": [
"number", "table", "bar", "line"
],
"data": [
{
"amount": 12,
"timestamp": "2025-01-01T12:00:00Z"
}
],
"single": false
}'{}