Filtering Columns
Ordering
Limiting and Pagination
Preference
curl -L \ --url 'https://test-rest-api.hefi.life:443//raffle_history'
[ { "id": 1, "uid": 1, "mid": 1, "rid": 1, "raffle": 1, "is_earn": true, "raffle_detail": null, "created_at": "text" } ]
raffle_history
curl -L \ --request POST \ --url 'https://test-rest-api.hefi.life:443//raffle_history'
No Content
curl -L \ --request DELETE \ --url 'https://test-rest-api.hefi.life:443//raffle_history'
curl -L \ --request PATCH \ --url 'https://test-rest-api.hefi.life:443//raffle_history'