Authorization: ********************curl --location --request POST '/merchantapi/v2/settlements?projectId=1234567890&merchantSettlementNo=MERCHANT_SETTLEMENT_001&receiveMethod=bank&immediatePay=true&remark=2025年9月工资结算¬ifyUrl=https://example.com/notify&details=' \
--header 'X-App-Id;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;' \
--header 'X-Encrypt-Type;' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "成功",
"data": {},
"timestamp": 1704067200000,
"requestId": "req_123456789",
"encrypted": false,
"encryptedData": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"signature": "string"
}