GET /analyze/ingredient_groups

GET /analyze/ingredient_groups

Returns all of ingredient groups

Responses

GET /analyze/ingredient_groups
curl \
 -X GET https://api.cosmily.com/api/v1/analyze/ingredient_groups \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
{
  "ingredient_groups": [
    "string"
  ]
}