cURL
curl --request GET \ --url https://api.example.com/entity/:id
{ "data": null }
Fetch a single entity by id.
OK