Camunda engine-rest history problem

Hi everyone;

when I want to task assign method use

  1. example
    task.setassignee(“example”)
  2. example
    http://localhost:8080/api/v1/engine-rest/engine/default/task/:id/assignee

success assign but camunda TaskList task history not recorded.

Use camunda dashboard assigne save history. This Request address private
http://localhost:8080/api/v1/camunda/api/engine/engine/default/task/863fb39b-c97d-11ed-918c-dc1ba1f69185/assignee

how can I overcome this problem
Thank you.