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