curl --location --globoff --request DELETE 'https://stageapi.partake.ng/api/v2/merchants/me/contests/{{contestId}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"success": true,
"data": {
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"status": "cancelled",
"updatedAt": "2026-04-29T12:00:00.000Z"
},
"message": "Contest cancelled successfully"
}