Filtering Columns
Ordering
Limiting and Pagination
Preference
curl -L \ --url 'https://test-rest-api.hefi.life:443//badge'
[ { "id": 1, "aid": 1, "badge_level": "text", "contract_address": "text", "name": "text", "description": "text", "image": "text", "detail": null, "created_at": "text" } ]
badge
curl -L \ --request POST \ --url 'https://test-rest-api.hefi.life:443//badge'
No Content
curl -L \ --request DELETE \ --url 'https://test-rest-api.hefi.life:443//badge'
curl -L \ --request PATCH \ --url 'https://test-rest-api.hefi.life:443//badge'