Aurion Docs
Api

Change Plan

POST
/api/v1/billing/plan-change
AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/billing/plan-change" \  -H "Content-Type: application/json" \  -d '{    "plan_id": "00713021-9aea-41da-9a88-87760c08fa72"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}