How to send a post request with Alamofire with parameters as json having list of integers i.e, my server expects a dictionary whose value for the key is a list of integers.
I want the parameters as {"abc":[1,2,3]}. How to send this along post request of Alamofire in swift?