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