Authorization: Bearer ********************
{
"username": "admin",
"password": "shuyan2!@#",
"code": "519ea69a-cb99-44b2-aca9-f0a2007c381b=",
"uuid": "",
"loginType": "userName"
}
curl --location --request POST '/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "admin",
"password": "shuyan2!@#",
"code": "519ea69a-cb99-44b2-aca9-f0a2007c381b=",
"uuid": "",
"loginType": "userName"
}'
{}