{
"clientId": "",
"encryptType": "MD5",
"expiresMinute": 120,
"isCheck": true,
"username": "admin",
"password": "af910dc03dbd7ee4d21fc44d1fd1604b"
}
curl --location --request POST 'http://10.12.4.202:30660/api/sso/api/v2/tokens' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "",
"encryptType": "MD5",
"expiresMinute": 120,
"isCheck": true,
"username": "admin",
"password": "af910dc03dbd7ee4d21fc44d1fd1604b"
}'
{}