{
"token": "string"
}
curl --location --request POST '/blackHole3D/basic/account/checkToken' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string"
}'
{
"isSuccess": true,
"errMsg": "string",
"expireTime": "2019-08-24T14:15:22Z"
}