Filtering Columns
Ordering
Limiting and Pagination
Preference
curl -L \ --url 'https://test-rest-api.hefi.life:443//raffle'
[ { "id": 1, "uid": 1, "mission_type": "text", "title": "text", "image": "text", "description": "text", "raffle": 1, "detail": null, "winner_count": 1, "date_from": "text", "date_to": "text", "announcement": "text", "created_at": "text" } ]
raffle
curl -L \ --request POST \ --url 'https://test-rest-api.hefi.life:443//raffle'
No Content
curl -L \ --request DELETE \ --url 'https://test-rest-api.hefi.life:443//raffle'
curl -L \ --request PATCH \ --url 'https://test-rest-api.hefi.life:443//raffle'