@FormUrlEncoded @POST("api/2/oauth/exchange") abstract fun exchange(@Header("Authorization") bearerAny: String, @FieldMap params: Map<String, String>): Call<TokenExchangeResponse>
params
- The parameters to send along the request.
Return
A representation of the request ready for execution.