Filtering Columns
Ordering
Limiting and Pagination
Preference
curl -L \ --url 'https://test-rest-api.hefi.life:443//product'
[ { "id": 1, "aid": 1, "type": "text", "category": "text", "name": "text", "description": "text", "image": "text", "hep": 1, "fiat": 1, "quantity": 1, "created_at": "text" } ]
product
curl -L \ --request POST \ --url 'https://test-rest-api.hefi.life:443//product'
No Content
curl -L \ --request DELETE \ --url 'https://test-rest-api.hefi.life:443//product'
curl -L \ --request PATCH \ --url 'https://test-rest-api.hefi.life:443//product'