{
"imBotId": "string",
"wecomUserId": "string",
"wxMomentId": "string"
}
curl --location --request POST '/api/v2/wecom/moment/createLike?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"imBotId": "string",
"wecomUserId": "string",
"wxMomentId": "string"
}'
{
"errcode": 0
}