curl --location '/webinar/speaker-applications/6893907ef81ccf0f2da876db' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Jane Doe",
"email": "jane.doe@example.com",
"topicPitch": "The Future of AI in Healthcare",
"bio": "Jane Doe is a leading expert in AI and healthcare...",
"links": [
"https://www.linkedin.com/in/janedoe",
"https://janedoe.com"
],
"status": "pending"
}'{}