ConstThis schema defines the structure of a network request with the following properties:
endpoint: API endpoint URL to send the request tomethod: HTTP method (e.g., 'GET', 'POST', 'PUT', 'DELETE')headers: Optional HTTP headers to include in the requestquery: Optional query parameters to append to the URLbody: Optional request body datatimeout: Optional timeout in seconds (default is 60 seconds)
Valibot schema for SendRequest.