Authorization: Bearer ********************
{
"type":"c2c",
"targetId":"100099410"
}
curl --location --request POST 'http://127.0.0.1:20008/api/im/conversation/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"type":"c2c",
"targetId":"100099410"
}'
{}