Cannot transfer coin on testnet

I created an account on the TEST_NET which owns a few symbol.xym that I got from the FAUCET(https://symboldev-faucet-01.herokuapp.com/)
Address: TBHE2S-ZCMVGQ-TDDVSM-M6G7KE-33IWCX-A726WX-EV3H

I try to transfer these coins to another account using the symbol-cli (npm install --global symbol-cli).

The transaction seem to be rejected and I don’t understand why, I have no error status that I can investigate.

$ symbol-cli transaction transfer
✔ Enter your wallet password: … *********
✔ Mosaics to transfer in the format (mosaicId(hex)|@aliasName)::absoluteAmount, (Ex: sending 1 symbol.xym, @symbol.xym::1000000). Add multiple mosaics separated by commas: … 747B276C30626442::10
✔ Enter the recipient address or @alias: … TCWUJ4-ENXWC4-QYJ4N7-ESVUHT-BXL6IJ-4TTPNF-ME3F
✔ Enter a message: … ten coin
✔ Enter the maximum fee (absolute amount): … 1
┌──────────────────────────────────────────────────────────────────────────────────┐
│                                     Transfer                                     │
├───────────────┬──────────────────────────────────────────────────────────────────┤
│ Network type: │ TEST_NET                                                         │
├───────────────┼──────────────────────────────────────────────────────────────────┤
│ Deadline:     │ 2020-04-24 18:29:26.364                                          │
├───────────────┼──────────────────────────────────────────────────────────────────┤
│ Max fee:      │ 1                                                                │
├───────────────┼──────────────────────────────────────────────────────────────────┤
│ Recipient:    │ TCWUJ4-ENXWC4-QYJ4N7-ESVUHT-BXL6IJ-4TTPNF-ME3F                   │
├───────────────┼──────────────────────────────────────────────────────────────────┤
│ Message:      │ ten coin                                                         │
├───────────────┼──────────────────────────────────────────────────────────────────┤
│ Mosaic (1/1): │ 10 747B276C30626442                                              │
├───────────────┴──────────────────────────────────────────────────────────────────┤
│                                Signature details                                 │
├───────────────┬──────────────────────────────────────────────────────────────────┤
│ Payload:      │ B900000000000000BB4B40A830BF7C5963DDA24FB8F21723599335997033A7A0 │
│               │ FEE930C1E7A77D669652E4944A6ACDCC58D9098601DF3B03613BE8C48BFB5565 │
│               │ FE2763222563740C6D5CEC8BAD09A757D0084864005A3E25BF4DF3C057A25719 │
│               │ 9726A4795D2EFF9C00000000019854410100000000000000DC90F95303000000 │
│               │ 98AD44F08DBD85C8613C6FC92AD0F30DD7E427939BDA56136501090000000000 │
│               │ 426462306C277B740A000000000000000074656E20636F696E               │
├───────────────┼──────────────────────────────────────────────────────────────────┤
│ Hash:         │ 102B3C2A546E90D429226BB8A4E19FAD138E43550F1536005CB05F2F8C8EF1B9 │
├───────────────┼──────────────────────────────────────────────────────────────────┤
│ Signer:       │ 6D5CEC8BAD09A757D0084864005A3E25BF4DF3C057A257199726A4795D2EFF9C │
└───────────────┴──────────────────────────────────────────────────────────────────┘
✔ Do you want to announce this transaction? … yes

Transaction announced correctly.
Info To check if the network confirms or rejects the transaction, run the command 'symbol-cli transaction status'.
symbol-cli transaction status -h 102B3C2A546E90D429226BB8A4E19FAD138E43550F1536005CB05F2F8C8EF1B9
Error Not Found
$  symbol-cli account info -a TCWUJ4-ENXWC4-QYJ4N7-ESVUHT-BXL6IJ-4TTPNF-ME3F
Error Not Found
Info The account has to receive at least one transaction to be recorded on the network.