{
"location_id": "string",
"name": "string",
"tasks": [
{
"name": "string"
}
]
}
curl --location --request POST '/checklists' \
--header 'Content-Type: application/json' \
--data-raw '{
"location_id": "string",
"name": "string",
"tasks": [
{
"name": "string"
}
]
}'
{}