{
"title": "string",
"content": "string",
"heroImage": "string"
}
curl --location --request POST 'https://api.teamly.one/api/v1/teams//blogs' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string",
"heroImage": "string"
}'
{
"success": true,
"blog": {
"id": "Generated using createId",
"title": "string",
"content": "string",
"createdAt": "CURRENT_TIMESTAMP",
"createdBy": "string",
"editedAt": null,
"teamId": "string",
"heroImage": null
}
}