CreateTask creates a new pending task.CreateTask creates a new pending task. POST /api/v1/crm/tasks Errors: UNAUTHENTICATED: missing auth context. INVALID_ARGUMENT: title is empty; parent_task_id points to a subtask (max nesting depth of 1 is enforced). Request Responses200defaultA successful response.An unexpected error response.