curl --request POST \
--url https://www.citedy.com/api/agent/tools/og-image \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"brandName": "<string>",
"brandDescription": "<string>",
"primaryColor": "<string>",
"logoUrl": "<string>",
"template": "product",
"headline": "<string>",
"subheadline": "<string>"
}
'