Hi,
Can any body please help me how to send array in formparam???I am giving my situation…
.post(“user/posts”)
.formParam(“users”,"[‘user_1@abc.com’,‘user_2@abc.com’,‘user_3@abc.com’]")
.I want to send like that…What to do???please help me…Is there any other way for this.???