{
"serverIp": "string",
"secondServerIp": "string",
"serverPort": "string",
"key": "string",
"accountCycle": 0
}
curl --location --request POST '/api/auth-conf/auth-server/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"serverIp": "string",
"secondServerIp": "string",
"serverPort": "string",
"key": "string",
"accountCycle": 0
}'
{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}