curl --location --globoff --request PATCH 'https://stageapi.partake.ng/api/v2/admin/contests/{{contestId}}/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "No particular reason "
}'{
"success": true,
"message": "Contest status updated.",
"data": {
"contestId": "458533be-d161-4bc3-bcb7-3a41b93ff308",
"status": "cancelled",
"updatedAt": "2026-05-06T11:30:17.546Z"
}
}