curl --location --request POST 'https://open.teambition.com/api/v3/task//customfield/update' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"customfieldId": "string",
"customfieldName": "string",
"customfieldInstanceId": "string",
"disableActivity": true,
"disableNotification": true,
"value": [
{
"id": "string",
"title": "string",
"meta": "string",
"url": "string",
"thumbUrl": "string",
"thumbnailUrl": "string",
"description": "string"
}
]
}'