Hey!
Using the API, I can access the existing categories with GET /learn/v1/categories and GET /learn/v1/categories/{id}.
I need to create categories so I’m looking for POST /learn/v1/categories or an equivalent, but I can’t find such an entry point anywhere.
Is it possible? How?