{
"touser": "tanma",
"text": "您好,欢迎使用探马SCRM",
"customerId": "wmKNsKDAAAeEFdGL-snWNlM-ywfYIpMA",
"isJump": 0,
"title": "标题"
}
curl --location --request POST '/api/v3/inform' \
--header 'appId;' \
--header 'timestamp;' \
--header '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"
}