Looking for examples and doc reference

does this plug cong looks good?

apiVersion: configuration.konghq.com/v1
kind: KongPlugin
metadata:
name: http-cors
namespace: app-dev
plugin: cors
config:
origins: “https://my.origin.net
methods:

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH
  • OPTIONS
    headers:
  • Accept
  • Accept-Version
  • Content-Length
  • Content-MD5
  • Content-Type
  • Date
  • X-Auth-Token
    exposed_headers: X-Auth-Token
    credentials: true
    max_age: 3600