Authorization: ********************{
"merchantOrderId": "string",
"payOrderId": 0
}curl --location --request POST '/user/pay/notify/recharge-order/update-paid' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantOrderId": "string",
"payOrderId": 0
}'{
"code": 0,
"data": true,
"msg": "string"
}