• Sends a GET API request to the specified endpoint with the given properties.

    Parameters

    • properties: any

      Properties for the request.

    • endpoint: any

      Endpoint for the GET request.

    Returns Promise<any>

    • The response from the GET request.