curl --location --request POST 'https://api.plexypay.comv1/merchants/split-requests' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionId":"0199be1f-bf36-7427-bf18-faba7bfd603b",
"paymentBeneficiaryId":"12f28d68-111b-41af-ad1c-a074df26174d",
"netAmount":50
}'{
"splitRequest": {
"id": "string",
"paymentBeneficiaryId": "string",
"merchantId": "string",
"transactionId": "string",
"netAmout": 0
}
}