CCRCOPENAUTH: ********************{
"bizCode": "string",
"code": "string",
"user": 0,
"tag": "string",
"type": "string",
"groupMembers": [
{
"userId": 0,
"userTag": "string"
}
]
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/im/session/enter' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bizCode": "string",
"code": "string",
"user": 0,
"tag": "string",
"type": "string",
"groupMembers": [
{
"userId": 0,
"userTag": "string"
}
]
}'{
"code": "string",
"message": "string",
"data": "string",
"success": true
}