X-Api-Key: ********************{
"list": [
{
"id": "string",
"rank": 0
}
]
}curl --location --request PATCH 'https://aitoearn.cn//api/v2/channels/account-groups//accounts/rank' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"list": [
{
"id": "string",
"rank": 0
}
]
}'{
"code": 0,
"message": "string",
"requestId": "string"
}