{
"loginId": "string",
"token": "string",
"ts": 0
}
curl --location --request POST '/blackHole3D/basic/account/cipherLogin' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginId": "string",
"token": "string",
"ts": 0
}'
{
"isSuccess": true,
"errMsg": "string",
"token": "string",
"tokenId": "string",
"result": "string",
"requireSecurityCode": true
}