add fetchname

This commit is contained in:
2024-10-20 00:59:53 +05:00
parent 51409fdc14
commit 5c8c0fc99e

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}"