execute
abstract suspend fun execute(apiRequest: ApiRequest): MIRACLResult<String, HttpRequestExecutorException>
Executes HTTP requests.
Return
MIRACLResult
MIRACLSuccess with a value of type String (the response of the executed request).
MIRACLError with a value of type HttpRequestExecutorException.
Parameters
api Request
Provides the required information for processing the HTTP request.