curl --location --request PUT 'https://v4.fenxi365.com/api/user/relate/remark' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"masterUserId": 0,
"relateUserId": 0,
"remarks": "string",
"relateTime": "string"
}'
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}