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