curl --location 'https://stageapi.partake.ng/api/v2/merchants/me/contests' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Miss iVoteNg 2026",
"description": "Annual national beauty and talent pageant.",
"startDate": "2026-05-01T00:00:00.000Z",
"endDate": "2026-06-01T00:00:00.000Z",
"prizeDetails": "₦500,000 cash prize + crown",
"votingType": "paid",
"costPerVote": 100,
"bannerImageUrl": "https://cdn.example.com/banners/miss-ivoteng-2026.jpg"
}
// Notes:
// - description: optional
// - prizeDetails: optional
// - costPerVote: required when votingType is "paid", optional otherwise
// - bannerImageUrl: optional'