curl --request POST \
--url https://app.tryordinal.com/api/v1/posts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data @- <<EOF
{
"title": "Q4 Product Launch Announcement",
"publishAt": "2026-01-15T14:00:00.000Z",
"status": "Scheduled",
"linkedIn": {
"profileId": "550e8400-e29b-41d4-a716-446655440001",
"copy": "Excited to announce our new product launch! 🚀\n\nAfter months of hard work, we're thrilled to share what we've been building.\n\nKey highlights:\n• Feature A\n• Feature B\n• Feature C\n\n#ProductLaunch #Innovation"
},
"labelIds": [
"550e8400-e29b-41d4-a716-446655440002"
],
"notes": "Internal note: Coordinate with marketing team"
}
EOF