curl --location --globoff '{{notify_url}}' \
--header 'Content-Type: application/json' \
--data '{
"type": 0,
"merchant_id": 1,
"order_no": "payout0003",
"order_amount": 106,
"paid_amount": 106,
"balance_amount": 100,
"fee": 6,
"pay_time": "2025-08-05 16:43:55",
"status": 5,
"reason": "success",
"sign": "f561287c9cf9a5af17a97c826af44f6e"
}'{}