{"account_ids":["accid1"]}curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/subscription/accid1' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{"account_ids":["accid1"]}'{
"code": 0,
"msg": "string",
"data": {}
}