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