{
"userNameOrPhone": "bjadmin",
"password": "Ff$@4321"
}
curl --location --request POST '/blackHole3D/basic/account/getToken' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userNameOrPhone": "bjadmin",
"password": "Ff$@4321"
}'
{
"isSuccess": true,
"errMsg": "string",
"token": "string",
"tokenId": "string"
}