{
"id": 0,
"remark": "备注"
}
curl --location --request POST 'https://www.pushplus.plus/api/open/friend/editRemark' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"remark": "备注"
}'
{
"code": 200,
"data": null,
"msg": "执行成功"
}