acceptTerms

@POST(value = "terms/{termsId}/accept")
abstract fun acceptTerms(@Path(value = "termsId"termsId: String? = null): Call<Void>