Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request PUT 'https://api.ticaret.pro/crm/tasks//watchers' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"watchers": [
{}
],
"userIds": [
"string"
],
"groupIds": [
"string"
]
}'{
"success": true,
"data": {
"rows": [
{
"id": "string",
"customerId": "string",
"taskId": "string",
"watcherType": "user",
"watcherId": "string",
"user": {},
"group": {}
}
],
"page": 0,
"limit": 0,
"total": 0
}
}