I need to send this request to my API
?name=yourname&address=youraddress&phone=1245689&email=me@mail.com&gender=M&birth_date=01011998&birth_place=Surabaya&job=myjob .. other 7 string parameters .. &skills[]=skill1&skills[]=skill2
I could do it like this How to post array in retrofit android
But, is there a simple way to do it in retrofit using @Body rather than @Field/@FieldMap?