*/ public function dataClass(): string; /** * Process the request and return a result array with at minimum a * 'response' key ('created' or 'updated') and a 'url' key pointing to * the affected resource. */ public function handle(MicropubData $data): array; }