curl --location 'https://api.dev.pynil.com/v1/transactions/bank-cashout/inquiry' \
--header 'Authorization: Basic <encoded-value>' \
--header 'X-Signature: <api-key>' \
--header 'X-Timestamp: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"walletNumber": "101000001",
"amount": 100,
"timestamp": "2026-01-08",
"notes": "Test request"
}'{
"success": true,
"message": "Success.",
"statusCode": 200,
"data": {
"wallet": {
"branchCode": "MAIN",
"currencyCode": "SDG",
"walletName": "Marwa Omar",
"status": "Active"
},
"charges": [
{
"name": "Custody Cashout",
"amount": 20
}
],
"totalFees": 20
}
}