curl --location 'https://api.recital.finance/api/wallets/account/accountWalletId/debit' \
--header 'Authorization: Bearer apiKey' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 100,
"reference": "a",
"currency": "NGN",
"description": "test"
}'