{
"list": [
{
"id": "string",
"rank": 0
}
]
}curl --location --request PATCH '/api/v2/channels/account-groups//accounts/rank' \
--header 'Content-Type: application/json' \
--data '{
"list": [
{
"id": "string",
"rank": 0
}
]
}'{
"code": 0,
"message": "string",
"requestId": "string"
}