curl --location --request PUT 'http://localhost:8085/api/contacts/remark/' \
--header 'Content-Type: application/json' \
--data '{
"remark": "string"
}'{
"code": 0,
"data": {
"code": 0,
"result": {
"code": 0,
"count": 0,
"message": [
0
]
}
},
"message": "string"
}