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