Filtering Columns
Ordering
Limiting and Pagination
Preference
curl -L \ --url 'https://test-rest-api.hefi.life:443//banner'
[ { "id": 1, "uid": 1, "banner_type": "text", "title": "text", "banner_image": "text", "banner_link": "text", "date_from": "text", "date_to": "text", "is_live": true, "created_at": "text" } ]
banner
curl -L \ --request POST \ --url 'https://test-rest-api.hefi.life:443//banner'
No Content
curl -L \ --request DELETE \ --url 'https://test-rest-api.hefi.life:443//banner'
curl -L \ --request PATCH \ --url 'https://test-rest-api.hefi.life:443//banner'