{
"type": "string",
"startDate": "string",
"endDate": "string"
}
curl --location --request POST 'https://open.teambition.com/api/report/project//statistics/worktime/total' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Type;' \
--header 'X-Tenant-Type;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"startDate": "string",
"endDate": "string"
}'
{
"code": 200,
"errorMessage": "",
"result": 244800000
}