{
  "status": "success",
  "message": "raffle ended successfully",
  "data": {
    "id": "44d6fac7-01cc-4020-a02f-0e731062b1a8",
    "name": null,
    "durationInDays": null,
    "partner": {},
    "prizes": [],
    "prize": 1,
    "coinAmount": 1,
    "isActive": false,
    "startDate": "2025-09-02T23:00:00.000Z",
    "isPaused": false
  }
}

URL
https://test-api.bvndle.com/api/v1/laas/raffles/:raffleId/end
Base URL
https://test-api.bvndle.com/api/v1/laas
HTTP Method
PATCH
Authorization Header
Bearer ACCESS_TOKEN

cURL
curl --request PATCH
'https://test-api.bvndle.com/api/v1/laas/raffles/ac8cfcba-66c1-40ed-8e40-616cab0f25cb/end' \
--header 'Content-Type: application/json' \

{
  "status": "success",
  "message": "raffle ended successfully",
  "data": {
    "id": "44d6fac7-01cc-4020-a02f-0e731062b1a8",
    "name": null,
    "durationInDays": null,
    "partner": {},
    "prizes": [],
    "prize": 1,
    "coinAmount": 1,
    "isActive": false,
    "startDate": "2025-09-02T23:00:00.000Z",
    "isPaused": false
  }
}