curl --location --request PUT 'https://open.teambition.com/api/v3/task//note' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"note": "string"
}'
{
" result": {
"note": "string",
"updated": "string"
},
"code": 0,
"errorMessage": "string"
}