Authorization: Bearer ********************
curl --location --request GET 'https://preprod.api.crego.io/v1/rego/checklists/c5ec0b0a-fdf5-442e-a44b-e51633490aa4'
{
"id": "string",
"created_at": "string",
"runner": "string",
"stage": "string",
"status": "string",
"items": [
null
],
"progress": {
"total": 0,
"completed": 0,
"passed": 0,
"failed": 0
},
"can_proceed": true,
"meta_data": {
"gst_no": "string"
}
}