Checks if the current API request is authenticated.
This method should be implemented to handle API authentication and return true if the request is authenticated.
true
Future<bool> authApi();