get Event Details
@GET(value = "discovery/v2/events/{domain}/{id}" )
Fetches details for a specific event by domain and ID.
Queries the API for event details using domain, ID, and parameters.
Return
A Response with a DiscoveryEventDetailsResponse or null.
Parameters
domain
The domain for the event, if available.
id
The event ID, if available.
query Params
Query parameters for the request.