curl --location 'https://api.dev.pynil.com/v1/transactions/custody-bank/deposit/complete' \
--header 'Authorization: Basic <encoded-value>' \
--header 'X-Signature: <api-key>' \
--header 'X-Timestamp: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"walletNumber": "101000030",
"currency": "SDG",
"amount": 500,
"depositor": {
"fullName": "Layla ismaeil",
"mobile": "0918003874",
"idNumber": "1001-1090-180",
"address": "Khartoum - sudan"
},
"BankTranID": "41128",
"timestamp": "2025-08-03",
"notes": "Layla deposits money"
}'