Run zcash-cli z_getoperationresult "[\"opid-95a2421b-a1ad-472c-a310-7201b918f8ef\"]" to see if there is any errors.
Looks like you dont include a fee so that may be the problem.
Not sure if it works, but you could also try: zcash-cli sendtoaddress t1JqAPyEm2hbUWK9VrQqMqq76xEUsmewjeq 0.01001054 where you will pay a fee of 0.00001
Wait! … i just reread your last line. Your balance did not reduce to 0. Of course it didn’t, you are not allocating enough money for transfer/transaction fee. Let’s transfer a different amount, say, 0.00992054 ?
That usually happens when you have a mismatch of “” or ‘’ (double quotes or single quotes). For example, you opened the quote but did not close it. However, I went through command and did not find anything wrong with it.