add fetchname

This commit is contained in:
Shihaam Abdul Rahman 2024-10-20 00:59:53 +05:00
parent 51409fdc14
commit 5c8c0fc99e
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

9
fetchname.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
source .env 2> /dev/null
accountNo=$1
curl -s 'https://faisanet.mib.com.mv/ajaxBeneficiary/getAccountName' \
-H "cookie: ql_0=${QL_0}; IBSID=${IBSID}" \
--data-raw "accountNo=${accountNo}"