validate([ 'body' => ['required', 'string'], ]); return response()->json([ 'html' => BbcodeFormatter::format($data['body']), ]); } }