{
"dyAccount": "string",
"id": "string",
"userRemark": "string"
}
curl --location --request POST '/userPlatform/dy/partnerUser/editInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"dyAccount": "string",
"id": "string",
"userRemark": "string"
}'
{
"code": 0,
"message": "",
"data": null
}