Authorization: Bearer ********************curl --location --request PUT '/projects//tasks/' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_name": "Distribution Analysis",
"description": "The New York State Department of Taxation and Finance",
"rate": 1.23,
"budget_hours": 0
}'{
"code": 0,
"message": "The task information has been updated.",
"task": {
"project_id": "460000000044019",
"task_id": "460000000044009",
"currency_id": "460000000000097",
"customer_id": "460000000044001",
"task_name": "Distribution Analysis",
"project_name": "REAL TIME TRAFFIC FLUX",
"customer_name": "SAF Instruments Inc",
"billed_hours": "12:27",
"log_time": "05:00",
"un_billed_hours": "00:00"
}
}