Récupère les détails d'une catégorie de produit spécifique.
GET
/product-category/{uid}
curl \
--request GET 'https://wuro.pro/api/v3.2/product-category/{uid}' \
--header "X-APP-ID: $API_KEY" \
--header "X-APP-SECRET: $API_KEY"
Response examples (200)
{
"_id": "string",
"name": "string",
"company": "string",
"state": "active",
"createdAt": "2025-05-04T09:42:00Z",
"updatedAt": "2025-05-04T09:42:00Z"
}