time_tracking.write scope. Send the body nested under a TimeTracking object. date and project_id are required; staff_id, time, and cost/currency are filled automatically when omitted.curl --location '/time_tracking' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"TimeTracking": {
"project_id": 12,
"activity_id": 3,
"date": "2008-12-09",
"time": "8:17",
"notes": "Design work",
"staff_id": 0
}
}'{
"code": 202,
"result": "successful",
"id": 2415
}