curl --request POST \
--url https://api.example.com/api/activity/tasks.update \
--header 'Content-Type: application/json' \
--data '
{
"id": "872815618512410358",
"name": "<string>",
"color": "<string>",
"billable": true,
"remark_required": true,
"tag_ids": [
"872815618512410358"
],
"resource_ids": [
"872815618512410358"
],
"hourly_budget": "PT1H30M20S"
}
'