{
"coreSize": 3,
"enable": true,
"mjBotChannelId": "string",
"nijiBotChannelId": "string",
"queueSize": 10,
"remark": "string",
"remixAutoSubmit": false,
"timeoutMinutes": 5,
"userAgent": "string",
"userToken": "string"
}
curl --location --request PUT 'https://api.aigcbest.top/mj/account//update-reconnect' \
--header 'Content-Type: application/json' \
--data-raw '{
"coreSize": 3,
"enable": true,
"mjBotChannelId": "string",
"nijiBotChannelId": "string",
"queueSize": 10,
"remark": "string",
"remixAutoSubmit": false,
"timeoutMinutes": 5,
"userAgent": "string",
"userToken": "string"
}'
{
"code": 0,
"description": "string"
}