{
"privateKey": "abcd",
"tokenAddress": "0x549943e04f40284185054145c6E4e9568C1D3241",
"recipient": "0xe1eabef41daa276697ff8f33bae8b4dc691dda58",
"amount": "1000"
}
curl --location --request POST 'bera/transferToken' \
--header 'Content-Type: application/json' \
--data-raw '{
"privateKey": "abcd",
"tokenAddress": "0x549943e04f40284185054145c6E4e9568C1D3241",
"recipient": "0xe1eabef41daa276697ff8f33bae8b4dc691dda58",
"amount": "1000"
}'
{
"hash": "string",
"success": true
}