Filtering Columns
Ordering
Limiting and Pagination
Preference
curl -L \ --url 'https://test-rest-api.hefi.life:443//user'
[ { "id": 1, "email": "text", "password": "text", "nickname": "text", "hep": 1, "ticket": 1, "raffle": 1, "wallet_address": "text", "profile_picture": "text", "invite_code": "text", "invite_user": 1, "invite_count": 1, "invite_rank": 1, "invite_percentile": 1, "memo": "text", "opt_in": "text", "status": 1, "double_raffle": "text", "created_at": "text", "last_login": "text" } ]
user
curl -L \ --request POST \ --url 'https://test-rest-api.hefi.life:443//user'
No Content
curl -L \ --request DELETE \ --url 'https://test-rest-api.hefi.life:443//user'
curl -L \ --request PATCH \ --url 'https://test-rest-api.hefi.life:443//user'