Alamofire/ or http Implemetation for login swiftui

Any idea how to implement an alamofire/ or http login request for this kind of json data

{

"data":{		
			
"email": "myemail@...",

"password":"12345678",

"token":""		
			
}

}

since i don't know how to read these curled bracelets "{" well, i need a severe help !

my data is from a url and not a json file, it is a url request

my data is from a url and not a json file so it is a url request

thank you

Alamofire/ or http Implemetation for login swiftui
 
 
Q