Get single category detail with subcategories.
cURL
curl --request GET \ --url https://api.example.com/v1/categories/{slug}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Successful Response