curl -i -X POST \
'https://developer.floqast.app/_mock/content/api-reference/openapi/api/v1/checklists/{checklistId}' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"forward": false,
"data": {
"companyId": "5e94d5b63f557b001420bbe3",
"folderName": "Accounts Payable",
"description": "Record accrued property tax. Verify monthly accrual is 1/12th of prior year expense.",
"entityId": "656abc949ec04a00096b56d7",
"schedule": {
"period": {
"month": "december",
"year": "2025",
"fiscalYear": "2025",
"quarter": "3"
},
"type": "NON_RECURRING",
"frequencyPeriods": [
"string"
]
},
"signatures": [
{
"id": "5e94d5b63f557b001420bbe5",
"group": "preparer",
"signedDate": "2021-01-01T00:00:00.000Z",
"signedBy": "5e94d5b63f557b001420bba5",
"assignedTo": "5e94d5b63f557b001420bba5",
"dueDate": "2021-01-01T00:00:00.000Z",
"dueDateSetting": {},
"value": 2,
"metaData": {
"token": "5e94d5b63f557b001420bbe6"
}
}
],
"tagIds": [
"5e94d5b63f557b001420bbe6"
]
}
}'