cURL
curl --request GET \ --url https://api.example.com/categories/:id
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>" } }
Fetch a category by id.
OK
Show child attributes