createPolicy

@POST(value = "policies")
abstract fun createPolicy(@Body body: CreatePolicyAPI.Body): Call<Policy>