CCRCOPENAUTH: ********************{
"groupId": 0,
"id": 0,
"items": "string",
"modifiable": "string",
"name": "string",
"required": "string",
"status": "string",
"tip": "string",
"type": "string"
}curl --location --request PUT 'https://open.lcchunyi.com/v1test/ccrc/user/api/paas/user/custom/info' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": 0,
"id": 0,
"items": "string",
"modifiable": "string",
"name": "string",
"required": "string",
"status": "string",
"tip": "string",
"type": "string"
}'{
"code": "string",
"data": false,
"message": "string",
"success": true
}