Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request GET 'https://api.ticaret.pro/crm/tasks//checklist' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"rows": [
{
"id": "string",
"customerId": "string",
"taskId": "string",
"title": "string",
"isCompleted": true,
"sortOrder": 0,
"ownerType": "user",
"ownerId": "string",
"owner": {},
"completedAt": "2019-08-24T14:15:22.123Z"
}
],
"page": 0,
"limit": 0,
"total": 0
}
}