I am trying to put the information below as a hash table in Powershell. I think I need to add a hashtable inside a hashtable but I have no idea how to do that. can somebody help?
"credentials":{
"add":{},
"edit":{
"58":{
"username":"test",
"auth_method":"Password",
"password":"test"
}
},
"delete":[]
}