AurionAI Docs

Execute Cycle Switch

POST
/api/v1/billing/cycle-switch

Authorization

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/billing/cycle-switch" \  -H "Content-Type: application/json" \  -d '{    "billing_cycle": "string"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}