curl --location '/webinar/create' \
--header 'Content-Type: application/json' \
--data '{
"title": "Mastering Freelance Negotiations",
"description": "Join us to learn the art of negotiation and pricing your services effectively. We'\''ll cover strategies to confidently discuss rates, handle client objections, and secure better contracts.",
"speakers": [
{
"name": "Aisha Bello",
"bio": "A 10-year veteran in freelance design with a portfolio of Fortune 500 clients.",
"avatar": "https://example.com/images/aisha_bello.png"
}
],
"date": "2024-11-15T18:00:00.000Z",
"category": "Business Strategy",
"registrationLink": "https://zoom.us/j/1234567890",
"featuredImage": "https://example.com/images/webinar_banner.png"
}'