curl --location --request POST '/api/v1/sessions/discovery-call' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "Inquiry About the Session",
"content": "Hi [Recipient’s Name], I hope you'\''re doing well! I came across [mention their business, project, or specific interest], and I’d love the opportunity to connect with you. I specialize in [briefly mention your expertise, e.g., backend development, software solutions, application architecture], and I believe a quick discovery call could help us explore how I can support your goals. Would you be available for a [15/30-minute] call this week? Let me know a time that works for you, or feel free to book directly on my calendar here: [Insert Booking Link]. Looking forward to our conversation! Best regards"
}'