i am not able to get list of categories
reference: https://docs.medusajs.com/api/admin#tag/Price-Lists/operation/DeletePriceListsPriceListVariantsVariantPrices
can you please let me know how i can list all the categories and create if i want to create one.
API reference for Medusa's Admin endpoints. All endpoints are prefixed with /admin.
Authentication
There are two ways to send authenticated requests to the Medusa server: Using a user's API token, or using a Cookie Session ID.
Expanding Fields
In many endpoints you'll find an expand query parameter that can be passed to the endpo...