{
"requestNo": "RS-20250903-0001",
"paymentOrderId": "PAY-202409-00088",
"sellerId": "SELLER-123456",
"sourceCurrency": "RUB",
"sourceAmount": "12800.00",
"targetCurrency": "CNH",
"exchangeRate": "0.1",
"note": "Weekly settlement"
}curl --location '/v2/revenue-sharing/request' \
--header 'Content-Type: application/json' \
--data '{
"requestNo": "RS-20250903-0001",
"paymentOrderId": "PAY-202409-00088",
"sellerId": "SELLER-123456",
"sourceCurrency": "RUB",
"sourceAmount": "12800.00",
"targetCurrency": "CNH",
"exchangeRate": "0.1",
"note": "Weekly settlement"
}'{
"status": "PENDING",
"requestNo": "RS-20250903-0001",
"paymentOrderId": "PAY-202409-00088",
"sellerId": "SELLER-123456",
"sourceCurrency": "RUB",
"sourceAmount": "100.00",
"targetCurrency": "CNH",
"targetAmount": "10.00",
"exchangeRate": "0.1",
"note": "Weekly settlement"
}