Performs a GET request using the provided RequestModel.
The model containing request options.
A promise that resolves to a ResponseModel.
Performs a POST request using the provided RequestModel.
The model containing request options.
A promise that resolves or rejects with a ResponseModel.
Implements the NetworkClientInterface to handle network requests.