curl --request POST \
--url https://services.leadconnectorhq.com/blogs/posts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"locationId": "<string>",
"blogId": "<string>",
"imageUrl": "<string>",
"description": "<string>",
"rawHTML": "<string>",
"status": "<string>",
"wordCount": 123,
"readTimeInMinutes": 123,
"archived": true,
"imageAltText": "<string>",
"currentVersion": "<string>",
"metaData": {},
"categories": [
"<string>"
],
"tags": [
"<string>"
],
"author": "<string>",
"urlSlug": "<string>",
"canonicalLink": "<string>",
"importId": "<string>",
"type": "<string>",
"publishedAt": "<string>"
}
'