username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.JoinGroup' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"CloneConfiguration": "Enable",
"GroupName": "GroupNameString",
"GroupPasscode": "GroupPasscodeString",
"GroupUUID": "GroupUUIDString"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}