This PR changed the session permission get context endpoint to be GET /v1/sessions/:address/getcontext?projectId={projectId}&pci={pci} instead of GET /v1/sessions/:address/:pci to reflect that we are getting only the PCI context and shorting the URL.
Description
This PR changed the session permission get context endpoint to be
GET /v1/sessions/:address/getcontext?projectId={projectId}&pci={pci}
instead ofGET /v1/sessions/:address/:pci
to reflect that we are getting only the PCI context and shorting the URL.How Has This Been Tested?
Due Diligence