{
  "status": "success",
  "message": "raffle entry fee",
  "data": [
    {
      "id": "3084594d-153d-4c95-8a43-758169b28989",
      "type": "coin",
      "fee": 20,
      "raffle": {},
      "createdAt": "2025-09-02T10:42:10.495Z",
      "updatedAt": "2025-09-02T10:42:10.495Z"
    },
    {
      "id": "588aa99b-6621-4137-9d0e-d8f2ed44a00c",
      "type": "airtime",
      "fee": 200,
      "raffle": {},
      "createdAt": "2025-09-02T10:42:10.495Z",
      "updatedAt": "2025-09-02T10:42:10.495Z"
    }
  ]
}

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

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

{
  "status": "success",
  "message": "raffle entry fee",
  "data": [
    {
      "id": "3084594d-153d-4c95-8a43-758169b28989",
      "type": "coin",
      "fee": 20,
      "raffle": {},
      "createdAt": "2025-09-02T10:42:10.495Z",
      "updatedAt": "2025-09-02T10:42:10.495Z"
    },
    {
      "id": "588aa99b-6621-4137-9d0e-d8f2ed44a00c",
      "type": "airtime",
      "fee": 200,
      "raffle": {},
      "createdAt": "2025-09-02T10:42:10.495Z",
      "updatedAt": "2025-09-02T10:42:10.495Z"
    }
  ]
}