Filtering Columns
Ordering
Limiting and Pagination
Preference
curl -L \ --url 'https://test-rest-api.hefi.life:443//health_device'
[ { "id": 1, "uid": 1, "name": "text", "enable": true, "serial_no": "text", "device_type": "text", "nft": "text", "created_at": "text" } ]
health_device
curl -L \ --request POST \ --url 'https://test-rest-api.hefi.life:443//health_device'
No Content
curl -L \ --request DELETE \ --url 'https://test-rest-api.hefi.life:443//health_device'
curl -L \ --request PATCH \ --url 'https://test-rest-api.hefi.life:443//health_device'