@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Retrofit.FormUrlEncoded
@Field.
For @FormUrlEncoded @POST(@Field)
Requests made with this annotation will have application/x-www-form-urlencoded MIME
type. Field names and values will be UTF-8 encoded before being URI-encoded in accordance to
RFC-3986.