curl --location 'https://api.astravue.com/v1/time-track/projects//tasks//manual' \
--header 'X-Org-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"hours": 1,
"minutes": 30,
"startTime": 1754503994081,
"billingType": true,
"notes": "Worked on UI bug fixing"
}'{}