CCRCOPENAUTH: ********************{
"id": 0,
"name": "string",
"parentId": 0,
"points": 0,
"tenantId": 0,
"status": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/membership/membership/update' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"parentId": 0,
"points": 0,
"tenantId": 0,
"status": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}'{
"code": "string",
"message": "string",
"data": {
"id": 0,
"name": "string",
"parentId": 0,
"points": 0,
"tenantId": 0,
"status": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
},
"success": true
}