Authorization: Bearer ********************{
"tenantId": "tenant_example",
"projectId": "project_example",
"planVersionId": "billplanv_example",
"startsAt": "2026-09-01T00:00:00.000Z"
}curl --location '/v1/admin/billing/subscriptions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": "tenant_example",
"projectId": "project_example",
"planVersionId": "billplanv_example",
"startsAt": "2026-09-01T00:00:00.000Z"
}'{
"id": "id_example",
"tenantId": "tenant_example",
"projectId": "project_example",
"planVersionId": "planversion_example",
"status": "scheduled",
"startsAt": "2026-09-27T08:00:00.000Z",
"endsAt": "2026-09-27T08:00:00.000Z"
}