ApiEndpoint constructor
ApiEndpoint({})
Implementation
ApiEndpoint({
required this.name,
required this.method,
required this.path,
this.requestModel,
required this.responseModel,
required this.responseType,
});