To create a new account, use the command account/create_account:
svc=account/create_account¶ms={"itemId":<long>, "plan":<text>}
| Name | Description |
|---|---|
| itemId | resource ID |
| plan | billing plan |
{} /* empty object if execution successful, if not - error code */
|