{
"id": "string",
"create_time": "string",
"event_type": "string",
"resource_type": "string",
"summary": "string",
"resource": {
"algorithm": "string",
"ciphertext": "string",
"associated_data": "string",
"original_type": "string",
"nonce": "string"
}
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/ai/order/wechat/notify' \
--header 'Authorization: Bearer wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'token: wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'language: zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"create_time": "string",
"event_type": "string",
"resource_type": "string",
"summary": "string",
"resource": {
"algorithm": "string",
"ciphertext": "string",
"associated_data": "string",
"original_type": "string",
"nonce": "string"
}
}'
{
"code": "",
"message": ""
}