{
"touser": "tanma",
"text": "您好,欢迎使用探马SCRM",
"customerId": "wmKNsKDAAAeEFdGL-snWNlM-ywfYIpMA",
"isJump": 0,
"title": "标题"
}curl --location --request POST '/api/v3/inform' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"touser": "tanma",
"text": "您好,欢迎使用探马SCRM",
"customerId": "wmKNsKDAAAeEFdGL-snWNlM-ywfYIpMA",
"isJump": 0,
"title": "标题"
}'{
"code": 0,
"message": "success"
}