curl --location --request GET '/checklists?location_id'
[
{
"checklist_id": "string",
"location_id": "string",
"name": "string",
"tasks": [
{
"task_id": "string",
"name": "string",
"completed": true
}
]
}
]