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