execute_request


Description:

protected abstract async string execute_request () throws Error

Abstract method for requests to implement their actual execution logic.

This method contains the request-specific implementation that performs the actual operation after permission has been granted.

Returns:

String content result (will be wrapped in JSON by execute())