GET
/categories/{categoryId}
curl \
--request GET 'https://garden-to-yours.herokuapp.com/categories/{categoryId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"type": "plant",
"category": "string",
"subcategory": "string"
}