Authorization: Bearer ********************curl --location --request PUT '/desktop/checklists/4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Project Deadline",
"completed_by": "2023-12-01",
"completed_on": "2023-11-22",
"should_remind": true,
"completed": false
}'{
"success": true,
"message": "Checklist updated Successfully!",
"data": {
"id": "4",
"user_id": "2",
"app_id": "5",
"title": "Project Deadline",
"completed_by": "2023-12-01",
"completed_on": "2023-11-22",
"should_remind": true,
"completed": false,
"app_created_at": "2024-11-22T19:22:42.950+01:00",
"app_updated_at": "2024-11-22T19:22:42.950+01:00",
"raw": "",
"reminder_sent": false,
"created_at": "2024-11-22T19:22:42.950+01:00",
"updated_at": "2024-11-22T19:25:55.671+01:00"
}
}