so I can't do something like ``` val retrofit = .....
# random
c
so I can't do something like
Copy code
val retrofit = ...

val api1 = retrofit.create(API1::class.java)
val api2 = retrofit.create(API2::class.java)
and have them have different headers without marking every single method marked by the annotation