{
"ad_friend_wenober": "string",
"ad_original_nober": "string",
"ad_wechat_id": 0,
"staff_code": "string",
"enforceAttribution": 0,
"content": "string",
"activationType": 0,
"switchSession": 0
}
curl --location --request POST '/v2/ChatMess/ActivationConversation' \
--header 'Authorization;' \
--header 'TenantId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ad_friend_wenober": "string",
"ad_original_nober": "string",
"ad_wechat_id": 0,
"staff_code": "string",
"enforceAttribution": 0,
"content": "string",
"activationType": 0,
"switchSession": 0
}'
{
"requestId": "string",
"errmsg": 0,
"succeed": true,
"msgTime": "string",
"values": true,
"errdesc": "string"
}