{
"clientId": "string",
"secretKey": "string",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}
curl --location --request POST '/blackHole3D/basic/account/getTokenByClientId' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"secretKey": "string",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}'
{
"isSuccess": true,
"errMsg": "string",
"token": "string",
"tokenId": "string"
}