Authorization: Bearer ********************curl --location --request PUT '/desktop/checklists/bulk' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"checklist_ids": [1, 2],
"completed": true,
"completed_by": "2023-11-25",
"completed_on": "2023-11-22",
"should_remind": false
}'{
"success": true,
"message": "Checklist updated Successfully!",
"data": null
}