curl --location --globoff --request PATCH 'https://stageapi.partake.ng/api/v2/merchants/me/contests/{{contestId}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Miss iVoteNg 2026 — Updated",
"description": "Updated description for the pageant.",
"prizeDetails": "₦750,000 cash prize + crown",
"costPerVote":12.99
}
// All fields optional:
// - title, description, startDate, endDate, prizeDetails,
// votingType, costPerVote, bannerImageUrl'