I am using retrofit1 old style
@GET(\"/loginUser\") public Call login( @Query(\"email\") String email, @Query(\"
Retrofit retrofit = new Retrofit.Builder() .baseUrl(API_BASE_URL) .client(getClient()) .addConverterFactory(ScalarsConverterFactory.create()) .addConverterFactory(GsonConverterFactory.create()) .build();
ScalarsConverterFactory above GsonConverterFactory