{
"traceID": "aCB28eAF-B3bE-b795-a5fC-4141C2553CA8",
"timestamp": 1685344081,
"languageCode": "cn",
"data": {
"username": "CRS1",
"password": "dlSJKLgx1#"
}
}
curl --location --request POST '/rest/v1/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"traceID": "aCB28eAF-B3bE-b795-a5fC-4141C2553CA8",
"timestamp": 1685344081,
"languageCode": "cn",
"data": {
"username": "CRS1",
"password": "dlSJKLgx1#"
}
}'
{
"code": 33,
"data": {
"accessToken": "est occaecat non",
"expiresIn": 60,
"tokenType": "enim"
},
"message": null,
"errorStack": null
}