{
"transactionId": "string"
}
curl --location --request POST 'http://api.pre-qiandun365.com/api/callback/confirm/new' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionId": "string"
}'
{
"code": "string",
"msg": "string",
"result": null,
"success": true
}