Filtering Columns
Ordering
Limiting and Pagination
Preference
curl -L \ --url 'https://test-rest-api.hefi.life:443//alli_user'
[ { "id": 1, "aid": 1, "uid": 1, "auid": 1, "email": "text", "created_at": "text" } ]
alli_user
curl -L \ --request POST \ --url 'https://test-rest-api.hefi.life:443//alli_user'
No Content
curl -L \ --request DELETE \ --url 'https://test-rest-api.hefi.life:443//alli_user'
curl -L \ --request PATCH \ --url 'https://test-rest-api.hefi.life:443//alli_user'