curl --request POST \
--url https://www.citedy.com/api/agent/lead-magnets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"type": "checklist",
"niche": "<string>",
"language": "en",
"platform": "twitter",
"generate_images": false,
"auto_publish": false
}
'