I'm working with the REST API for Azure API Management, trying to create a new product. In the image below I've used a REST client called Insomnia to create my product:
I noticed that the product is always created with the state
property as "Not published", regardless of the value sent:
Why is the state
property always "Not published", and how can I create a published product?