getPolicy

@GET(value = "policies/{policyId}")
abstract fun getPolicy(@Path(value = "policyId"policyId: String? = null): Call<Policy>