{
"activated": true,
"password": "string",
"token": "string"
}
curl --location --request PATCH 'http://dev-cn.your-api-server.com/users/' \
--header 'Content-Type: application/json' \
--data-raw '{
"activated": true,
"password": "string",
"token": "string"
}'
{
"code": 0,
"data": {},
"msg": "string"
}