curl --location --request PUT 'http://dev-cn.your-api-server.com/api/v1/projects//tasks//assignees' \
--header 'Authorization: Bearer YOUR_PERSONAL_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{"handles":["text"]}'{
"ok": true,
"item": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"text": "text",
"parentId": "123e4567-e89b-12d3-a456-426614174000",
"completed": false
}
}