curl --request POST \
--url https://sandbox.cashfree.com/payout/v1.2/internalTransfer \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"amount": 1000.5,
"transferId": "JUNOb23",
"toPaymentInstrumentId": "YES_CONNECTED_484576_4f21dfa",
"paymentInstrumentId": "YES_CONNECTED_484576_4f21dfb",
"remarks": "commission"
}'