curl --request POST \
--url https://api.thehaystack.ai/v2/bevly/items/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"date": "2023-12-25",
"collectionId": 123,
"speakers": [
{
"id": 123
}
],
"subTitle": "<string>",
"description": "<string>",
"shortDescription": "<string>",
"seriesId": 123,
"orderInSeries": 123,
"autoPublish": true,
"autoAcceptMediaChapters": true,
"autoAcceptScriptures": true
}
'