{"receiveAddress":"http://abc.com:20066/push-debug","subscription":"register,new_qw_customer,edit_qw_customer"}curl --location --request POST '/api/v2/push-register' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{"receiveAddress":"http://abc.com:20066/push-debug","subscription":"register,new_qw_customer,edit_qw_customer"}'{
"code": 0,
"message": "已收到注册消息,请注意接收确认回调"
}