curl --location --request POST 'http://127.0.0.1:6873/api/v1/container/add-account' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountName": "zhanghao", // 平台账号
"accountPassword": "password", // 平台密码
"containerCode": 854921712, // 环境编号
"domainName": "https://www.baidu.com", // 自定义平台的域名
"name": "账号名称", // 自定义账号名称
"otpSecret": "otpSecret", // 2FA密钥
"siteAlias": "自定义平台", // 自定义平台的别名
"siteName": "自定义平台" // 平台名称
}'