curl --request POST \
--url https://api.example.com/payout/v1/connected-wallet/debit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"paymentInstrumentId": "<string>",
"referenceId": "<string>",
"remarks": "<string>"
}
'