curl --location --request POST 'https://api.astravue.com/v1/time-track/projects//tasks//start' \
--header 'X-Org-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingType": true,
"notes": "Worked on bug fixing."
}'
{
"success": true,
"message": "Operation completed successfully",
"code": 200,
"data": {
"tenantId": 0,
"trackId": 0,
"trackerType": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"timePeriod": 0,
"taskId": 0,
"parentTaskId": 0,
"title": "string",
"task": {},
"projectId": 0,
"spaceId": 0,
"billingType": true,
"notes": "string",
"user": {},
"createdTime": "2019-08-24T14:15:22Z",
"when": "2019-08-24T14:15:22Z"
},
"timestamp": "2023-01-01T12:00:00Z"
}