I wanna give Alamofire request with the following
var postParameters=[
"x" : "value1",
"y" : "value2",
"y" : "value3"
]
How do I achieve this?.
I can't give it as any collection. I am in need to give it as a separate parameters only.
Any hint will be helpful for me. Thanks in advance.