curl --location --request POST '/order-service/service/so_order_updatePrePayInfo' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '{
"notifyType": "pay",
"tradeStatus": "SUCCESS",
"payUserSerial": "P101220230627041203405651",
"paySerialId": "2520230627000000002020"
}'
{
"resultCode": "SUCCESS",
"rspTime": "20230726144029"
}