CRM - Tasks
CRM - Tasks — 8 endpoints.
List tasks with filtering and pagination
GET /crm/tasks
Create a new task
POST /crm/tasks
Get tasks assigned to the current user
GET /crm/tasks/my-tasks
Get all overdue tasks for the business
GET /crm/tasks/overdue
Get a task by ID
GET /crm/tasks/id
Update a task
PATCH /crm/tasks/id
Delete a task (soft delete)
DELETE /crm/tasks/id
Mark a task as completed
POST /crm/tasks/id/complete

