{
"userNameOrPhone": "string",
"password": "pa$$word",
"phone": "string",
"verificationCode": "string",
"rememberMe": true
}
curl --location --request POST '/blackHole3D/basic/account/login' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userNameOrPhone": "string",
"password": "pa$$word",
"phone": "string",
"verificationCode": "string",
"rememberMe": true
}'
{
"isSuccess": true,
"errMsg": "string",
"token": "string",
"tokenId": "string",
"result": "string",
"requireSecurityCode": true
}