curl --location '/redfish/v1/SessionService/Sessions' \
--header 'Content-Type: application/json' \
--data '{
"Password": "calvin",
"UserName": "root"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}