Publishing a Chart through the Everviz API

Hello, I am trying to create a chart using the Everviz API and publish it. The chart is being successfully generated, but when attempting to publish it, I am encountering a 403 error. Is a different authorization required to publish a chart through the API? I am trying to use the endpoint “/team/:teamid/chart/:chartid/embed” as specified in the documentation; however, the documentation is not very clear on how to perform this action. Could someone provide me with guidance

There should not be a different authentication method.

Ensure that the API key is an a permission group that is allowed to publish charts.

I recommend sending the same body as our own app sends, which is always contains:

{"inspired": bool}

Where this is whether the chart should be shared with chart examples, you probably want to set false.