{
"initiateUserId": 0,
"selectedUserId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/recommend/app/chat/initiateChat' \
--header 'Content-Type: application/json' \
--data-raw '{
"initiateUserId": 0,
"selectedUserId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"returnedValue": {}
}
}